mmitch25 commited on
Commit
63ee769
·
1 Parent(s): ab530b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ from dotenv import load_dotenv
8
 
9
  openai.api_key = os.environ.get("openai_api_key")
10
 
 
 
11
  with open("guide1.txt") as f:
12
  hitchhikersguide = f.read()
13
 
 
8
 
9
  openai.api_key = os.environ.get("openai_api_key")
10
 
11
+ !wget https://erki.lap.ee/failid/raamatud/guide1.txt
12
+
13
  with open("guide1.txt") as f:
14
  hitchhikersguide = f.read()
15