Spaces:
Running
Running
Commit
·
4853fe0
1
Parent(s):
06d7d9b
Update app.py
Browse files
app.py
CHANGED
@@ -409,7 +409,8 @@ with gr.Blocks() as demo:
|
|
409 |
_Try out the showcase mode._
|
410 |
""")
|
411 |
with gr.Row():
|
412 |
-
|
|
|
413 |
gr.Markdown("""
|
414 |
#### Run in showcase mode or use your own data
|
415 |
|
|
|
409 |
_Try out the showcase mode._
|
410 |
""")
|
411 |
with gr.Row():
|
412 |
+
with gr.Column():
|
413 |
+
demo_btn = gr.Button("Showcase with example data", variant="primary")
|
414 |
gr.Markdown("""
|
415 |
#### Run in showcase mode or use your own data
|
416 |
|