jarguello76 commited on
Commit
b7814c7
·
verified ·
1 Parent(s): d8f6741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ with gr.Blocks() as app:
125
  gr.ChatInterface(
126
  respond,
127
  chatbot=gr.Chatbot(),
128
- title="Smart Assistant",
129
- description="Ask me anything — math, web search, or validating a question.",
130
  )
131
 
132
  if __name__ == "__main__":
 
125
  gr.ChatInterface(
126
  respond,
127
  chatbot=gr.Chatbot(),
128
+ title="Agent",
129
+ description="Ask me anything — math, web search, or guessing a question by an LLM.",
130
  )
131
 
132
  if __name__ == "__main__":