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