Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thexForce
/
combat_frontend
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Junaidb
commited on
Jun 1
Commit
a6ca5b6
·
verified
·
1 Parent(s):
2e88125
Update ui.py
Browse files
Files changed (1)
hide
show
ui.py
+1
-1
ui.py
CHANGED
Viewed
@@ -88,7 +88,7 @@ def APP():
88
89
payload={
90
"uid":uid,
91
-
"pid":project_name
92
"high_level_bio_query":bio_input
93
}
94
88
89
payload={
90
"uid":uid,
91
+
"pid":project_name
,
92
"high_level_bio_query":bio_input
93
}
94