AashitaK commited on
Commit
be166c7
·
verified ·
1 Parent(s): 895e722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ chatbot_submit_button = config["chatbot_submit_button"]
41
  chatbot_reset_button = config["chatbot_reset_button"]
42
 
43
  # Check if the configuration parameters are set correctly
44
- if not all([title, description,
45
  chatbot_input_label, chatbot_input_placeholder,
46
  chatbot_output_label, chatbot_output_placeholder,
47
  chatbot_submit_button, chatbot_reset_button]):
 
41
  chatbot_reset_button = config["chatbot_reset_button"]
42
 
43
  # Check if the configuration parameters are set correctly
44
+ if not all([chatbot_title, chatbot_description,
45
  chatbot_input_label, chatbot_input_placeholder,
46
  chatbot_output_label, chatbot_output_placeholder,
47
  chatbot_submit_button, chatbot_reset_button]):