Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ class ChatbotInterface:
|
|
57 |
logging.info("Configuration loaded successfully.")
|
58 |
return config
|
59 |
|
60 |
-
def reset_output() -> list:
|
61 |
"""
|
62 |
Reset the chatbot output.
|
63 |
:return: An empty list to reset the output.
|
|
|
57 |
logging.info("Configuration loaded successfully.")
|
58 |
return config
|
59 |
|
60 |
+
def reset_output(self) -> list:
|
61 |
"""
|
62 |
Reset the chatbot output.
|
63 |
:return: An empty list to reset the output.
|