ProximileAdmin commited on
Commit
49ba1a4
·
verified ·
1 Parent(s): 11dc9d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Weather/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(
 
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(