Spaces:
Build error
Build error
Ryan commited on
Commit ·
be1436f
1
Parent(s): f4da11c
update
Browse files- app.py +1 -1
- processors/.DS_Store +0 -0
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def create_app():
|
|
| 46 |
# Run analysis
|
| 47 |
run_analysis_btn.click(
|
| 48 |
fn=process_analysis_request,
|
| 49 |
-
inputs=[dataset_state, analysis_options,
|
| 50 |
outputs=[analysis_results_state, analysis_output]
|
| 51 |
)
|
| 52 |
|
|
|
|
| 46 |
# Run analysis
|
| 47 |
run_analysis_btn.click(
|
| 48 |
fn=process_analysis_request,
|
| 49 |
+
inputs=[dataset_state, analysis_options, None], # Replace {} with None
|
| 50 |
outputs=[analysis_results_state, analysis_output]
|
| 51 |
)
|
| 52 |
|
processors/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|