peterciank commited on
Commit
55684b3
·
verified ·
1 Parent(s): c202d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ def query(payload):
17
  # Input textbox
18
  user_input = st.text_input("You:", "")
19
 
 
 
20
  # Submit button
21
  if st.button("Send"):
22
  if user_input.strip() != "":
 
17
  # Input textbox
18
  user_input = st.text_input("You:", "")
19
 
20
+
21
+ '''
22
  # Submit button
23
  if st.button("Send"):
24
  if user_input.strip() != "":