AashitaK commited on
Commit
29d3cbb
·
verified ·
1 Parent(s): 098530f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.