Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import re
|
|
8 |
import os
|
9 |
|
10 |
openai.api_key = os.getenv("OPENAI_API_KEY")
|
11 |
-
|
12 |
class PDFChat:
|
13 |
def __init__(self):
|
14 |
self.pdf_text = ""
|
|
|
8 |
import os
|
9 |
|
10 |
openai.api_key = os.getenv("OPENAI_API_KEY")
|
11 |
+
|
12 |
class PDFChat:
|
13 |
def __init__(self):
|
14 |
self.pdf_text = ""
|