vmoras commited on
Commit
b05d3be
·
1 Parent(s): a9c3ae7

Fix error. Chat not opening

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -37,7 +37,7 @@ def check_info(name: gr.Textbox, age: gr.Number, country: gr.Dropdown):
37
  # User is old enough and gave all the necessary data
38
  else:
39
  new_image = 'assets/images/feliz.jpg'
40
- keep_asking, keep_open, open_chat = False, False, False
41
  msg_history = innit_bot()
42
 
43
  # Update layout depending on the previous values
 
37
  # User is old enough and gave all the necessary data
38
  else:
39
  new_image = 'assets/images/feliz.jpg'
40
+ keep_asking, keep_open, open_chat = False, False, True
41
  msg_history = innit_bot()
42
 
43
  # Update layout depending on the previous values