Spaces:
Sleeping
Sleeping
WIP: Add latest trend functionality
Browse files- Gradio_UI.py +3 -3
Gradio_UI.py
CHANGED
@@ -264,12 +264,12 @@ class GradioUI:
|
|
264 |
with gr.Blocks(fill_height=True) as demo:
|
265 |
user_task_message = (
|
266 |
"Hello Trend Finder! Provide the latest trend for a specific area or topic that I provide "
|
267 |
-
"you with
|
268 |
)
|
269 |
start_message = (
|
270 |
"Welcome to Trend Finder! Simply provide the area or topic you're interested in, "
|
271 |
-
"and I'll search online for the latest trends
|
272 |
-
"
|
273 |
)
|
274 |
stored_messages = gr.State(
|
275 |
[gr.ChatMessage(role="user", content=user_task_message),
|
|
|
264 |
with gr.Blocks(fill_height=True) as demo:
|
265 |
user_task_message = (
|
266 |
"Hello Trend Finder! Provide the latest trend for a specific area or topic that I provide "
|
267 |
+
"you with please."
|
268 |
)
|
269 |
start_message = (
|
270 |
"Welcome to Trend Finder! Simply provide the area or topic you're interested in, "
|
271 |
+
"and I'll search online for the latest trends and provide you with the most relevant "
|
272 |
+
"information."
|
273 |
)
|
274 |
stored_messages = gr.State(
|
275 |
[gr.ChatMessage(role="user", content=user_task_message),
|