Spaces:
Runtime error
Runtime error
rodolfoocampo
commited on
Commit
•
7b735c0
1
Parent(s):
aff2878
Update app.py
Browse files
app.py
CHANGED
@@ -2,14 +2,7 @@ import os
|
|
2 |
import random
|
3 |
|
4 |
os.environ['OPENAI_KEY'] = "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"
|
5 |
-
import gspread
|
6 |
-
from oauth2client.service_account import ServiceAccountCredentials
|
7 |
|
8 |
-
# Define the credentials to access the Google Sheets API
|
9 |
-
SCOPE = ["https://www.googleapis.com/auth/drive"]
|
10 |
-
SERVICE_ACCOUNT_FILE = "jj"
|
11 |
-
|
12 |
-
creds = 'hh'
|
13 |
|
14 |
def continueStory(story, blank):
|
15 |
|
|
|
2 |
import random
|
3 |
|
4 |
os.environ['OPENAI_KEY'] = "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"
|
|
|
|
|
5 |
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
def continueStory(story, blank):
|
8 |
|