reab5555 commited on
Commit
4333385
·
verified ·
1 Parent(s): b04e9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as demo:
143
 
144
  file_input = gr.File(label="Upload CSV File")
145
  column_selector = gr.Dropdown(label="Select Target Column", choices=[])
146
- show_histogram = gr.Checkbox(label="Show Histogram", value=True)
147
  analyze_button = gr.Button("Fit")
148
  output_text = gr.Textbox(label="Results")
149
  best_fit_plot_output = gr.Image(label="Best Fit Distributions")
 
143
 
144
  file_input = gr.File(label="Upload CSV File")
145
  column_selector = gr.Dropdown(label="Select Target Column", choices=[])
146
+ show_histogram = gr.Checkbox(label="Show Bars", value=True)
147
  analyze_button = gr.Button("Fit")
148
  output_text = gr.Textbox(label="Results")
149
  best_fit_plot_output = gr.Image(label="Best Fit Distributions")