Spaces:
Runtime error
Runtime error
alexandre-huynh
commited on
Commit
•
f3bc21d
1
Parent(s):
c90791d
Updated suggestion n°3
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ theme = gr.themes.Base(primary_hue="slate")
|
|
286 |
suggestion = [
|
287 |
"What are the latest advancements in cancer research ?",
|
288 |
"What is the impact of diet on heart disease according to recent studies ?",
|
289 |
-
"What are the usual causes of lung
|
290 |
]
|
291 |
|
292 |
def respond(message, chat_history):
|
|
|
286 |
suggestion = [
|
287 |
"What are the latest advancements in cancer research ?",
|
288 |
"What is the impact of diet on heart disease according to recent studies ?",
|
289 |
+
"What are the usual causes of lung diseases ?"
|
290 |
]
|
291 |
|
292 |
def respond(message, chat_history):
|