Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
andreska/ProjectAnalysis
andreska
/
TestProject
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andreska
commited on
Dec 12, 2024
Commit
56d0434
·
verified
·
1 Parent(s):
f11bdb0
Added value for output
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -43,6 +43,7 @@ with gr.Blocks(js=js) as demo:
43
)
44
output = gr.Textbox(
45
label="Output",
46
elem_id="output"
47
)
48
43
)
44
output = gr.Textbox(
45
label="Output",
46
+
value=state.question,
47
elem_id="output"
48
)
49