Spaces:
Running
Running
Commit
·
48d6ec9
1
Parent(s):
506e25b
Fix app
Browse files
app.py
CHANGED
@@ -234,7 +234,6 @@ if (st.session_state.uploaded):
|
|
234 |
'Start Forecasting',
|
235 |
key='forecast_button',
|
236 |
type="primary",
|
237 |
-
disabled=st.session_state.uploaded
|
238 |
)
|
239 |
|
240 |
if (forecast_button):
|
|
|
234 |
'Start Forecasting',
|
235 |
key='forecast_button',
|
236 |
type="primary",
|
|
|
237 |
)
|
238 |
|
239 |
if (forecast_button):
|