Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ def gradio_interface():
|
|
265 |
0.9, 0.8, 500, 300, "The end", None, False]
|
266 |
]
|
267 |
|
268 |
-
with gr.
|
269 |
gr.Examples(
|
270 |
examples=examples,
|
271 |
inputs=[
|
|
|
265 |
0.9, 0.8, 500, 300, "The end", None, False]
|
266 |
]
|
267 |
|
268 |
+
with gr.Group(elem_classes="examples-container"):
|
269 |
gr.Examples(
|
270 |
examples=examples,
|
271 |
inputs=[
|