lunadebruyne commited on
Commit
78b72b0
·
1 Parent(s): 7f79a98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,13 +302,13 @@ with gr.Blocks() as demo:
302
  """)
303
  with gr.Row():
304
  with gr.Column():
 
305
  input_file = gr.File(
306
  label="Upload a dataset")
307
  input_checks = gr.CheckboxGroup(
308
  ["emotion frequencies", "emotion distribution over time", "peaks", "topics"],
309
  label = "Select options")
310
  send_btn = gr.Button("Submit data")
311
- demo_btn = gr.Button("Showcase with example data", variant="primary")
312
  with gr.Column():
313
  gr.Markdown("""
314
  #### Run in showcase mode or use your own data
 
302
  """)
303
  with gr.Row():
304
  with gr.Column():
305
+ demo_btn = gr.Button("Showcase with example data", variant="primary")
306
  input_file = gr.File(
307
  label="Upload a dataset")
308
  input_checks = gr.CheckboxGroup(
309
  ["emotion frequencies", "emotion distribution over time", "peaks", "topics"],
310
  label = "Select options")
311
  send_btn = gr.Button("Submit data")
 
312
  with gr.Column():
313
  gr.Markdown("""
314
  #### Run in showcase mode or use your own data