Spaces:
Running
Running
Commit
·
06d7d9b
1
Parent(s):
f7b5777
Update app.py
Browse files
app.py
CHANGED
@@ -409,9 +409,9 @@ with gr.Blocks() as demo:
|
|
409 |
_Try out the showcase mode._
|
410 |
""")
|
411 |
with gr.Row():
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
|
416 |
Try out the demo in showcase mode, which uses example data (609,206 tweets about the COVID-19 pandemic) with all the options provided by the demo, or upload your own dataset.
|
417 |
""")
|
|
|
409 |
_Try out the showcase mode._
|
410 |
""")
|
411 |
with gr.Row():
|
412 |
+
demo_btn = gr.Button("Showcase with example data", variant="primary")
|
413 |
+
gr.Markdown("""
|
414 |
+
#### Run in showcase mode or use your own data
|
415 |
|
416 |
Try out the demo in showcase mode, which uses example data (609,206 tweets about the COVID-19 pandemic) with all the options provided by the demo, or upload your own dataset.
|
417 |
""")
|