GenaroRocha commited on
Commit
517309b
1 Parent(s): b84e21c

Deleting style in Button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ with gr.Blocks() as demo:
67
  with gr.Row():
68
  category = gr.Dropdown(choices=list(category_to_file_path.keys()), label="Seleccione una categor铆a")
69
  with gr.Column():
70
- show_button = gr.Button("Mostrar Datos", style="width: 100%;")
71
- plot_button = gr.Button("Graficar Distribuci贸n de Sentimientos", style="width: 100%;")
72
  with gr.Column():
73
  output_df = gr.Dataframe()
74
  output_plot = gr.Plot()
 
67
  with gr.Row():
68
  category = gr.Dropdown(choices=list(category_to_file_path.keys()), label="Seleccione una categor铆a")
69
  with gr.Column():
70
+ show_button = gr.Button("Mostrar Datos")
71
+ plot_button = gr.Button("Graficar Distribuci贸n de Sentimientos")
72
  with gr.Column():
73
  output_df = gr.Dataframe()
74
  output_plot = gr.Plot()