Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
ui.py
CHANGED
|
@@ -39,4 +39,4 @@ def create_ui(prediction_handler, chatbot_handler):
|
|
| 39 |
inputs=[station_id_input, input_csv],
|
| 40 |
outputs=[output_plot, output_df, output_log]
|
| 41 |
)
|
| 42 |
-
return demo
|
|
|
|
| 39 |
inputs=[station_id_input, input_csv],
|
| 40 |
outputs=[output_plot, output_df, output_log]
|
| 41 |
)
|
| 42 |
+
return demo
|