Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3280,7 +3280,7 @@ def main():
|
|
| 3280 |
existing_queries_box = gr.Textbox(label="Existing Queries (processed queries)", placeholder="Paste processed queries here...", lines=4)
|
| 3281 |
|
| 3282 |
with gr.Accordion("7] Chat with search", open=False):
|
| 3283 |
-
chatbot = gr.Chatbot(label="Chat with Search"
|
| 3284 |
chat_input = gr.Textbox(
|
| 3285 |
label="Your Message",
|
| 3286 |
placeholder="Ask a question about the research report or its sources..."
|
|
|
|
| 3280 |
existing_queries_box = gr.Textbox(label="Existing Queries (processed queries)", placeholder="Paste processed queries here...", lines=4)
|
| 3281 |
|
| 3282 |
with gr.Accordion("7] Chat with search", open=False):
|
| 3283 |
+
chatbot = gr.Chatbot(label="Chat with Search")
|
| 3284 |
chat_input = gr.Textbox(
|
| 3285 |
label="Your Message",
|
| 3286 |
placeholder="Ask a question about the research report or its sources..."
|