Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,6 @@ submit = st.button("Submit")
|
|
28 |
# If the submit button is clicked
|
29 |
if submit:
|
30 |
# Display the response
|
31 |
-
st.write(response)
|
32 |
st.subheader("Answer = ")
|
|
|
33 |
st.balloons()
|
|
|
28 |
# If the submit button is clicked
|
29 |
if submit:
|
30 |
# Display the response
|
|
|
31 |
st.subheader("Answer = ")
|
32 |
+
st.write(response)
|
33 |
st.balloons()
|