admin commited on
Commit
5ecf3c1
·
1 Parent(s): 72b1574

, ssr_mode=False

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