mrprycep069 commited on
Commit
e528212
1 Parent(s): 3ced757

update on app.py

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import os
16
 
17
 
18
  def open_file(filepath):
19
- with open(filepath, 'r' encoding='utf-8') as infile:
20
  return infile.read()
21
 
22
  # %pdb on
 
16
 
17
 
18
  def open_file(filepath):
19
+ with open(filepath, 'r', encoding='utf-8') as infile:
20
  return infile.read()
21
 
22
  # %pdb on
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  openai
2
- dotenv
 
1
  openai
2
+