Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,4 +138,5 @@ if __name__ == "__main__":
|
|
138 |
auth=authenticate_user, # Enable authentication
|
139 |
auth_message="Please enter your credentials to access the WOD Analyzer",
|
140 |
share=True,
|
|
|
141 |
)
|
|
|
138 |
auth=authenticate_user, # Enable authentication
|
139 |
auth_message="Please enter your credentials to access the WOD Analyzer",
|
140 |
share=True,
|
141 |
+
ssr_mode=False,
|
142 |
)
|