haoheliu commited on
Commit
d3740c5
1 Parent(s): 94ccb1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with iface:
224
  outputs=[outputs],
225
  )
226
 
227
- share_button.click(None, [], [], _js=share_js)
228
  gr.HTML(
229
  """
230
  <div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">
 
224
  outputs=[outputs],
225
  )
226
 
227
+ share_button.click(None, [], []) # _js=share_js
228
  gr.HTML(
229
  """
230
  <div class="footer" style="text-align: center; max-width: 700px; margin: 0 auto;">