Spaces:
Build error
Build error
Update app.py
Browse files
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([
|
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]):
|