Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def main():
|
|
77 |
with col2:
|
78 |
# Display both system emoji and detected emoji
|
79 |
st.metric("Emotional Tone",
|
80 |
-
f"{EMOJI_MAP[results['rating']]}
|
81 |
delta=f"Confidence: {results['emoji_confidence']:.2f}")
|
82 |
|
83 |
# Visual emoji display
|
|
|
77 |
with col2:
|
78 |
# Display both system emoji and detected emoji
|
79 |
st.metric("Emotional Tone",
|
80 |
+
f"{EMOJI_MAP[results['rating']]} ",
|
81 |
delta=f"Confidence: {results['emoji_confidence']:.2f}")
|
82 |
|
83 |
# Visual emoji display
|