arjunanand13 commited on
Commit
73c10b7
·
verified ·
1 Parent(s): 28a92ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ""