YchKhan commited on
Commit
e1cf54a
1 Parent(s): 576b629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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