Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ EXAMPLE_QUERIES = [
|
|
171 |
# Create and run the gradio interface
|
172 |
gradio.ChatInterface(
|
173 |
reply,
|
174 |
-
examples=EXAMPLE_QUERIES
|
175 |
chatbot=gradio.Chatbot(
|
176 |
show_label=False,
|
177 |
show_share_button=False,
|
|
|
171 |
# Create and run the gradio interface
|
172 |
gradio.ChatInterface(
|
173 |
reply,
|
174 |
+
examples=EXAMPLE_QUERIES,
|
175 |
chatbot=gradio.Chatbot(
|
176 |
show_label=False,
|
177 |
show_share_button=False,
|