Falah commited on
Commit
2196409
·
1 Parent(s): cb9bc89

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import yaml
2
  import pyperclip
3
  import gradio as gr
 
4
 
5
  def get_options(file_path):
6
  with open(file_path, 'r') as file:
 
1
  import yaml
2
  import pyperclip
3
  import gradio as gr
4
+ pyperclip.set_clipboard("windows")
5
 
6
  def get_options(file_path):
7
  with open(file_path, 'r') as file: