Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,7 @@ with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
|
|
130 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
131 |
examples=examples_questions,
|
132 |
additional_inputs=additional_inputs,
|
|
|
133 |
)
|
134 |
|
135 |
# Launch the Gradio app
|
|
|
130 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
131 |
examples=examples_questions,
|
132 |
additional_inputs=additional_inputs,
|
133 |
+
cache_examples=False,
|
134 |
)
|
135 |
|
136 |
# Launch the Gradio app
|