admin commited on
Commit
ed47acb
·
1 Parent(s): c0e9ca0

, ssr_mode=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ if __name__ == "__main__":
154
  ```"""
155
  )
156
 
157
- demo.launch(css="#gradio-share-link-button-0 { display: none; }")
 
154
  ```"""
155
  )
156
 
157
+ demo.launch(css="#gradio-share-link-button-0 { display: none; }", ssr_mode=False)