Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
merve
/
taskmaster
like
5
Sleeping
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