zss2341 commited on
Commit
b819abd
·
1 Parent(s): 7b0e5ce

Update app.py

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