billusanda007 commited on
Commit
ba3bedb
·
verified ·
1 Parent(s): 74704d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def main():
167
  response = get_response(user_input)
168
  st.write("Bot Response:")
169
  st.write(response)
170
- elif:
171
  st.write("Bot Response:")
172
  st.write(response)
173
 
 
167
  response = get_response(user_input)
168
  st.write("Bot Response:")
169
  st.write(response)
170
+ if st.button("Submit") and flag ==1:
171
  st.write("Bot Response:")
172
  st.write(response)
173