taratrankennedy commited on
Commit
121e1d0
1 Parent(s): afe8bfc

Add demo.launch(share=True)

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -129,3 +129,5 @@ with prompt_placeholder:
129
  type="primary",
130
  on_click=on_click_callback,
131
  )
 
 
 
129
  type="primary",
130
  on_click=on_click_callback,
131
  )
132
+
133
+ demo.launch(share=True)