Spaces:
No application file
No application file
Update app.py
Browse files
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 |
-
|
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):
|