ginipick commited on
Commit
8218bc2
·
verified ·
1 Parent(s): 04c6455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -277,7 +277,8 @@ def create_ui():
277
  }
278
  """
279
 
280
-
 
281
 
282
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, js=copy_js) as demo:
283
  gr.Markdown("# Mouse: HuggingFace")
 
277
  }
278
  """
279
 
280
+ def copy_to_clipboard(text):
281
+ return text
282
 
283
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, js=copy_js) as demo:
284
  gr.Markdown("# Mouse: HuggingFace")