Spaces:
Running
Running
Commit
·
3e9063f
1
Parent(s):
61de4ef
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import re
|
|
5 |
import json
|
6 |
from openai import OpenAI
|
7 |
import secrets
|
8 |
-
import
|
9 |
|
10 |
client = OpenAI(
|
11 |
api_key = st.secrets["open_ai_key"]
|
|
|
5 |
import json
|
6 |
from openai import OpenAI
|
7 |
import secrets
|
8 |
+
import pyperclip
|
9 |
|
10 |
client = OpenAI(
|
11 |
api_key = st.secrets["open_ai_key"]
|