mbhoge commited on
Commit
3ac508c
1 Parent(s): 2dc247d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()