Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -374,5 +374,6 @@ with gr.Blocks(title="Energy ML Cloud", theme=gr.themes.Default()) as app:
|
|
374 |
if __name__ == "__main__":
|
375 |
app.launch(
|
376 |
auth=("admin", "energy123"),
|
377 |
-
share=True
|
|
|
378 |
)
|
|
|
374 |
if __name__ == "__main__":
|
375 |
app.launch(
|
376 |
auth=("admin", "energy123"),
|
377 |
+
share=True,
|
378 |
+
ssr_mode=False
|
379 |
)
|