Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ from openai import OpenAI
|
|
4 |
import time
|
5 |
import gspread
|
6 |
from oauth2client.service_account import ServiceAccountCredentials
|
|
|
|
|
7 |
|
8 |
# Set up OpenAI client
|
9 |
client = OpenAI(api_key=st.secrets["OPENAI_API_KEY"])
|
|
|
4 |
import time
|
5 |
import gspread
|
6 |
from oauth2client.service_account import ServiceAccountCredentials
|
7 |
+
import PyPDF2
|
8 |
+
import io
|
9 |
|
10 |
# Set up OpenAI client
|
11 |
client = OpenAI(api_key=st.secrets["OPENAI_API_KEY"])
|