Jovynne commited on
Commit
27145fa
·
verified ·
1 Parent(s): cde8111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
  with gr.Tab("💻 smolagents (CodeAgent)"):
124
  gr.ChatInterface(
125
  fn=chat_smol,
126
- examples=["Search for the latest AI news", "How is the weather in Paris?"]
127
  )
128
 
129
  if __name__ == "__main__":
 
123
  with gr.Tab("💻 smolagents (CodeAgent)"):
124
  gr.ChatInterface(
125
  fn=chat_smol,
126
+ examples=["Search for the latest AI news", "How is the weather in Paris?", "What time is it in Korea?", "Translate hello to Japanese", "Convert kg to g"]
127
  )
128
 
129
  if __name__ == "__main__":