Spaces:
Runtime error
Runtime error
Updated prompt suggestions
Browse files
app.py
CHANGED
@@ -233,13 +233,11 @@ import gradio as gr
|
|
233 |
|
234 |
theme = gr.themes.Base(primary_hue="slate")
|
235 |
|
236 |
-
suggestion_text_1 = "What
|
237 |
-
suggestion_text_2 = "Can you provide
|
238 |
-
suggestion_text_3 = "
|
239 |
|
240 |
-
# Assuming generate_text is a function that generates a text response
|
241 |
def respond(message):
|
242 |
-
# You will need to implement generate_response to create a response to the user's message.
|
243 |
response = generate_text(message)
|
244 |
return response
|
245 |
|
|
|
233 |
|
234 |
theme = gr.themes.Base(primary_hue="slate")
|
235 |
|
236 |
+
suggestion_text_1 = "What are the latest advancements in cancer research ?"
|
237 |
+
suggestion_text_2 = "Can you provide information on the latest research about sleep disorders ?"
|
238 |
+
suggestion_text_3 = "What are the usual causes of lung pain ?"
|
239 |
|
|
|
240 |
def respond(message):
|
|
|
241 |
response = generate_text(message)
|
242 |
return response
|
243 |
|