hjerpe commited on
Commit
327561a
·
1 Parent(s): 83514f6

WIP: Add latest trend functionality

Browse files
Files changed (1) hide show
  1. 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 and return the results in markdown format 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. Then, I'll return the trends in "
272
- "Markdown format for easy reference."
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),