Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
azrai99/time-series-forecasting
azrai99
/
Zero-Shot-Forecasting
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
azrai99
commited on
Aug 1, 2024
Commit
d066a0e
·
verified
·
1 Parent(s):
81f859b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -466,8 +466,5 @@ pg = st.navigation({
466
]
467
})
468
469
-
try:
470
-
pg.run()
471
-
except Exception as e:
472
-
st.sidebar.error(f"Something went wrong: {e}", icon=":material/error:")
473
466
]
467
})
468
469
+
pg.run()
470