Nikhil0987 commited on
Commit
f10bc7e
·
verified ·
1 Parent(s): e10f88e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with st.container():
120
  txt = gr.Textbox(label="Enter your query", placeholder="Ask a question...")
121
  submit_btn = gr.Button('Submit')
122
 
123
- submit_btn.click(
124
  fn=add_text, inputs=[chatbot, txt], outputs=[chatbot], queue=False
125
  ).success(
126
  # How do you want to use the different uploads here?
 
120
  txt = gr.Textbox(label="Enter your query", placeholder="Ask a question...")
121
  submit_btn = gr.Button('Submit')
122
 
123
+ submit_btn.click(
124
  fn=add_text, inputs=[chatbot, txt], outputs=[chatbot], queue=False
125
  ).success(
126
  # How do you want to use the different uploads here?