Rahatara commited on
Commit
7d673ae
·
verified ·
1 Parent(s): cada0a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(theme=gr.themes.Glass(primary_hue = "violet")) as app:
41
  with gr.Row():
42
  question_input = gr.Textbox(lines=2, label="Ask a Question")
43
  web_search_checkbox = gr.Checkbox(label="Enhance with Web Search", value=False)
44
- with gr.Row():
45
  submit_button = gr.Button("Submit")
46
 
47
  def update_chatbot(question, use_web_search, chat_log):
 
41
  with gr.Row():
42
  question_input = gr.Textbox(lines=2, label="Ask a Question")
43
  web_search_checkbox = gr.Checkbox(label="Enhance with Web Search", value=False)
44
+ with gr.Row():
45
  submit_button = gr.Button("Submit")
46
 
47
  def update_chatbot(question, use_web_search, chat_log):