andreska commited on
Commit
56d0434
·
verified ·
1 Parent(s): f11bdb0

Added value for output

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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