Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CosmoAI
commited on
Mar 28, 2024
Commit
d6b06d4
·
verified
·
1 Parent(s):
43c14e0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,7 +39,7 @@ def make_call(data):
39
break
40
if answer:
41
break
42
-
return answer
43
44
45
39
break
40
if answer:
41
break
42
+
return
json.dumps(
answer
)
43
44
45