Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as demo:
|
|
32 |
with gr.Tab("Charts Generation"):
|
33 |
with gr.Row():
|
34 |
dd_label1 = gr.Dropdown(label="Source Column", multiselect=False)
|
35 |
-
dd_label2 = gr.Dropdown(label="Source Column", multiselect=False)
|
36 |
btn_chart = gr.Button("Generate Bar Plot")
|
37 |
plt_figure = gr.Plot()
|
38 |
|
|
|
32 |
with gr.Tab("Charts Generation"):
|
33 |
with gr.Row():
|
34 |
dd_label1 = gr.Dropdown(label="Source Column", multiselect=False)
|
35 |
+
dd_label2 = gr.Dropdown(label="Source Column", multiselect=False, value="")
|
36 |
btn_chart = gr.Button("Generate Bar Plot")
|
37 |
plt_figure = gr.Plot()
|
38 |
|