carlosrosash
commited on
Commit
•
de9228b
1
Parent(s):
4e1d5ba
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,8 @@ with gr.Blocks(theme = 'carlosrosash/bellay_test') as demo:
|
|
262 |
inputs=[user_input, dropdown, temperature_slider],
|
263 |
outputs=output_text,
|
264 |
fn=on_submit,
|
265 |
-
cache_examples=True
|
|
|
266 |
)
|
267 |
|
268 |
demo.launch()
|
|
|
262 |
inputs=[user_input, dropdown, temperature_slider],
|
263 |
outputs=output_text,
|
264 |
fn=on_submit,
|
265 |
+
cache_examples=True
|
266 |
+
label = 'Exemples',
|
267 |
)
|
268 |
|
269 |
demo.launch()
|