Guiyom commited on
Commit
a4554cc
·
verified ·
1 Parent(s): 64fc94c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", type="messages")
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..."