lunadebruyne commited on
Commit
071fa02
·
1 Parent(s): 8c09604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -300,8 +300,8 @@ with gr.Blocks() as demo:
300
  _As we are currently updating this demo, submitting your own data is unavailable for the moment._
301
  _Try out the showcase mode._
302
  """)
303
- with gr.Row():
304
- with gr.Box():
305
  with gr.Column():
306
  demo_btn = gr.Button("Showcase with example data", variant="primary")
307
  with gr.Column():
@@ -309,8 +309,8 @@ with gr.Blocks() as demo:
309
  #### Run in showcase mode or use your own data
310
  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.
311
  """)
312
- with gr.Row():
313
- with gr.Box():
314
  with gr.Column():
315
  input_file = gr.File(
316
  label="Upload a dataset")
 
300
  _As we are currently updating this demo, submitting your own data is unavailable for the moment._
301
  _Try out the showcase mode._
302
  """)
303
+ with gr.Box():
304
+ with gr.Row():
305
  with gr.Column():
306
  demo_btn = gr.Button("Showcase with example data", variant="primary")
307
  with gr.Column():
 
309
  #### Run in showcase mode or use your own data
310
  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.
311
  """)
312
+ with gr.Box():
313
+ with gr.Row():
314
  with gr.Column():
315
  input_file = gr.File(
316
  label="Upload a dataset")