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

Update app.py

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