Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
uc-ctds
/
GDC-QAG
like
0
Sleeping
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
aatu18
commited on
Sep 16, 2025
Commit
24570ba
·
verified
·
1 Parent(s):
f5e7c06
wrap multi result as a string
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -617,7 +617,7 @@ def format_result_string_multi(result):
617
```
618
```
619
QAG final response:
620
-
{multi_result}
621
```
622
623
"""
617
```
618
```
619
QAG final response:
620
+
text\n
{multi_result}
\n
621
```
622
623
"""