AngeT10 commited on
Commit
8d039fe
1 Parent(s): bb7a822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -94,4 +94,6 @@ def handle_share_button(text, url, language):
94
  community_links.update(value="")
95
 
96
  # Connect the share button to the handle_share_button function
97
- share_button.click(fn=handle_share
 
 
 
94
  community_links.update(value="")
95
 
96
  # Connect the share button to the handle_share_button function
97
+ share_button.click(fn=handle_share_button, inputs=[community_links])
98
+
99
+ iface.launch(share=True, on_launch=get_shared_models)