Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Method314
/
AlansLogarithmChartingTool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Method314
commited on
Sep 18, 2024
Commit
456ac36
·
verified
·
1 Parent(s):
61be7bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -217,4 +217,4 @@ with gr.Blocks(theme=seafoam, title="Log Stock Charts", css=custom_css) as iface
217
)
218
219
# Launch the app
220
-
iface.launch()
217
)
218
219
# Launch the app
220
+
iface.launch(
show_api=False, show_error=False
)