Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Team-Coffee-Gym
/
CoffeeGym-demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Connoriginal
commited on
Jul 2, 2024
Commit
d6928b1
·
1 Parent(s):
bb18882
hotfix2
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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