Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,4 +149,3 @@ if st.button("Submit Responses"):
|
|
149 |
st.write(f"**{question}**")
|
150 |
st.write(f"Response: {response}")
|
151 |
st.write(f"Emotion Analysis: {analysis}")
|
152 |
-
|
|
|
149 |
st.write(f"**{question}**")
|
150 |
st.write(f"Response: {response}")
|
151 |
st.write(f"Emotion Analysis: {analysis}")
|
|