Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,6 @@ UPLOAD_FOLDER = '/code/uploads'
|
|
13 |
if not os.path.exists(UPLOAD_FOLDER):
|
14 |
os.makedirs(UPLOAD_FOLDER)
|
15 |
|
16 |
-
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
17 |
-
bookdata=''
|
18 |
-
conversation_memory = ConversationBufferMemory(max_size=0)
|
19 |
|
20 |
account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
|
21 |
auth_token = os.environ.get('TWILIO_AUTH_TOKEN')
|
|
|
13 |
if not os.path.exists(UPLOAD_FOLDER):
|
14 |
os.makedirs(UPLOAD_FOLDER)
|
15 |
|
|
|
|
|
|
|
16 |
|
17 |
account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
|
18 |
auth_token = os.environ.get('TWILIO_AUTH_TOKEN')
|