Spaces:
Runtime error
Runtime error
alexandre-huynh
commited on
Commit
•
12fa93f
1
Parent(s):
7531b71
Updated prompt suggestions 2
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ import gradio as gr
|
|
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 = "
|
238 |
suggestion_text_3 = "What are the usual causes of lung pain ?"
|
239 |
|
240 |
def respond(message):
|
|
|
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 = "What is the impact of diet on heart disease according to recent studies ?"
|
238 |
suggestion_text_3 = "What are the usual causes of lung pain ?"
|
239 |
|
240 |
def respond(message):
|