jdesiree commited on
Commit
dfd071a
·
verified ·
1 Parent(s): 5cef605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1113,7 +1113,8 @@ if __name__ == "__main__":
1113
  server_name="0.0.0.0",
1114
  share=False,
1115
  debug=True,
1116
- favicon_path="favicon.ico"
 
1117
  )
1118
 
1119
  except Exception as e:
 
1113
  server_name="0.0.0.0",
1114
  share=False,
1115
  debug=True,
1116
+ favicon_path="favicon.ico",
1117
+ ssr_mode=False
1118
  )
1119
 
1120
  except Exception as e: