Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
evijit
/
SIMPDashboard
like
4
Running
App
Files
Files
Community
2
evijit
HF staff
commited on
11 days ago
Commit
3d04a49
•
1 Parent(s):
8f52fcd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -770,4 +770,4 @@ with gr.Blocks(css=css) as demo:
770
771
# Launch the app
772
if __name__ == "__main__":
773
-
demo.launch()
770
771
# Launch the app
772
if __name__ == "__main__":
773
+
demo.launch(
ssr_mode=False
)