Spaces:
Runtime error
Runtime error
Commit
路
517309b
1
Parent(s):
b84e21c
Deleting style in Button
Browse files
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"
|
71 |
-
plot_button = gr.Button("Graficar Distribuci贸n de Sentimientos"
|
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()
|