Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CosmoAI
/
Chat
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
CosmoAI
commited on
Sep 18, 2023
Commit
dae0931
·
1 Parent(s):
f8989d9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -37,6 +37,7 @@ def bardChat(data):
37
return json.dumps(respo)
38
39
def responsenew(data):
40
return bardChat(data)
41
42
37
return json.dumps(respo)
38
39
def responsenew(data):
40
+
print(data)
41
return bardChat(data)
42
43