Connoriginal commited on
Commit
d6928b1
·
1 Parent(s): bb18882
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ Feel free to explore and make the most out of COFFEE-GYM!
33
  """
34
 
35
 
36
- def main(args):
37
 
38
  chatbot = ChatBot()
39
 
 
33
  """
34
 
35
 
36
+ def main():
37
 
38
  chatbot = ChatBot()
39