Spaces:
Sleeping
Sleeping
kenchan0226
commited on
Commit
•
9de98dc
1
Parent(s):
62eb152
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ chat_interface = gr.ChatInterface(
|
|
90 |
stop_btn=None,
|
91 |
examples=[
|
92 |
["Explain the Symptoms of Covid-19"],
|
|
|
93 |
cache_examples=False,
|
94 |
)
|
95 |
|
|
|
90 |
stop_btn=None,
|
91 |
examples=[
|
92 |
["Explain the Symptoms of Covid-19"],
|
93 |
+
]
|
94 |
cache_examples=False,
|
95 |
)
|
96 |
|