Neurolingua commited on
Commit
3f6a39c
·
verified ·
1 Parent(s): d54a4b2

Update app.py

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