tarrasyed19472007 commited on
Commit
a2fefd9
·
verified ·
1 Parent(s): 5f72fbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -148,4 +148,5 @@ if st.button("Submit Responses"):
148
  for i, (question, (response, analysis)) in enumerate(responses.items(), start=1):
149
  st.write(f"**{question}**")
150
  st.write(f"Response: {response}")
151
- st.write(f"Emotion Analysis: {analysis}")
 
 
148
  for i, (question, (response, analysis)) in enumerate(responses.items(), start=1):
149
  st.write(f"**{question}**")
150
  st.write(f"Response: {response}")
151
+ st.write(f"Emotion Analysis: {analysis}")
152
+