Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -177,14 +177,14 @@ async def predict(message, history):
|
|
177 |
|
178 |
gr.ChatInterface(
|
179 |
predict,
|
180 |
-
title="Web
|
181 |
-
description="
|
182 |
retry_btn=None,
|
183 |
undo_btn=None,
|
184 |
examples=[
|
185 |
-
'
|
186 |
-
'
|
187 |
-
'What
|
188 |
-
|
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()
|