datasaur-dev commited on
Commit
489f421
·
verified ·
1 Parent(s): 476fbdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )