Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -562,7 +562,7 @@ llm = LLM(max_model_len=32000)
|
|
| 562 |
|
| 563 |
lgs("STARTING NEW CHAT")
|
| 564 |
with gr.Blocks() as demo:
|
| 565 |
-
gr.Markdown(f"<h2>
|
| 566 |
chat_state = gr.State([])
|
| 567 |
chatbot = gr.Chatbot(label="Chat with the multi-tool bot")
|
| 568 |
user_input = gr.Textbox(
|
|
|
|
| 562 |
|
| 563 |
lgs("STARTING NEW CHAT")
|
| 564 |
with gr.Blocks() as demo:
|
| 565 |
+
gr.Markdown(f"<h2>Search/Arxiv/SNP Multi-tool Calling Bot</h2>")
|
| 566 |
chat_state = gr.State([])
|
| 567 |
chatbot = gr.Chatbot(label="Chat with the multi-tool bot")
|
| 568 |
user_input = gr.Textbox(
|