zss2341 commited on
Commit
1e49bd2
·
1 Parent(s): c943d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ session_token = None
8
 
9
  def configure_chatbot(email, password):
10
  config = {}
11
- config.update({"email": email,
 
12
  "password": password})
13
 
14
  global chatbot
 
8
 
9
  def configure_chatbot(email, password):
10
  config = {}
11
+ if password:
12
+ config.update({"email": email,
13
  "password": password})
14
 
15
  global chatbot