Spaces:
Sleeping
Sleeping
Add application file
Browse files
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:
|