prabinpanta0 commited on
Commit
61341eb
·
verified ·
1 Parent(s): 60ea12e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(
80
  live=True
81
  )
82
 
83
- iface.launch(components_js=custom_js, additional_buttons=[
84
  {
85
  "label": "Copy to Clipboard",
86
  "onclick": "copyToClipboard('output-textbox')"
 
80
  live=True
81
  )
82
 
83
+ iface.launch(js=custom_js, additional_buttons=[
84
  {
85
  "label": "Copy to Clipboard",
86
  "onclick": "copyToClipboard('output-textbox')"