mxiean commited on
Commit
efed25e
·
verified ·
1 Parent(s): 8d5c0ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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']]} (System) / {results['dominant_emoji']} (Detected)",
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