Thea231 commited on
Commit
0128a52
·
verified ·
1 Parent(s): be10cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ if st.button("Analyze Comment"):
37
  # Display results
38
  st.subheader("Analysis Result")
39
  st.write(f"### **Emotion:** {emotion_label} (Confidence: {emotion_score})")
40
- st.write(f"### **Summary:** {summary_result}")
 
37
  # Display results
38
  st.subheader("Analysis Result")
39
  st.write(f"### **Emotion:** {emotion_label} (Confidence: {emotion_score})")
40
+ st.write(f"### **Comment Summary:** {summary_result}")