Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suneeln-duke
/
leaflink-ask
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suneeln-duke
commited on
Apr 18, 2024
Commit
1312f6c
·
verified
·
1 Parent(s):
f4a976c
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+2
-0
main.py
CHANGED
Viewed
@@ -60,4 +60,6 @@ def ask(question: str):
60
61
category['response'] = response
62
63
return category
60
61
category['response'] = response
62
63
+
category['question'] = question
64
+
65
return category