Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|