Spaces:
Runtime error
Runtime error
zhang qiao commited on
Commit ·
57cb3e6
1
Parent(s): 39c1b3a
Upload folder using huggingface_hub
Browse files
demo.py
CHANGED
|
@@ -114,7 +114,7 @@ with demo:
|
|
| 114 |
# Forecasting #
|
| 115 |
# =========== #
|
| 116 |
|
| 117 |
-
column__models = gr.Column(visible=
|
| 118 |
|
| 119 |
with column__models:
|
| 120 |
md__fit_ready = gr.Markdown(**args.md__fit_ready)
|
|
|
|
| 114 |
# Forecasting #
|
| 115 |
# =========== #
|
| 116 |
|
| 117 |
+
column__models = gr.Column(visible=False)
|
| 118 |
|
| 119 |
with column__models:
|
| 120 |
md__fit_ready = gr.Markdown(**args.md__fit_ready)
|