Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
merve
/
taskmaster
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
merve
HF Staff
commited on
Jan 21, 2022
Commit
3f20002
·
1 Parent(s):
0716693
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -31,8 +31,8 @@ data = query(
31
}
32
}
33
)
34
-
35
-
message(f"
It's
best
to
use
{data["answer"]}
for this :)")
36
37
38
31
}
32
}
33
)
34
+
bot_answer = data["answer"]
35
+
message(f"
{bot_answer}
is
the
best
task
for this :)")
36
37
38