sohoso commited on
Commit
820f986
·
verified ·
1 Parent(s): 7c75e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -177,14 +177,14 @@ async def predict(message, history):
177
 
178
  gr.ChatInterface(
179
  predict,
180
- title="Web Search with LLM",
181
- description="Ask any question, and I will try to answer it using web search",
182
  retry_btn=None,
183
  undo_btn=None,
184
  examples=[
185
- 'When did the first human land on the moon?',
186
- 'Liquid vs solid vs gas?',
187
- 'What is the capital of France?',
188
- 'Why does Brazil have a high tax rate?'
189
  ]
190
  ).launch()
 
177
 
178
  gr.ChatInterface(
179
  predict,
180
+ title="Live Web Chat",
181
+ description="Ultimate Research Assistant",
182
  retry_btn=None,
183
  undo_btn=None,
184
  examples=[
185
+ 'What is the current sentiment of the Brazil election?',
186
+ 'Compare the current economies of China & India',
187
+ 'What are the new design trends in 2024',
188
+
189
  ]
190
  ).launch()