FuriouslyAsleep commited on
Commit
67d8d3f
·
1 Parent(s): 383c0bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ iface = gr.Interface(
118
  ),
119
  gr.inputs.Textbox(lines=3, default="What is the propulsion risk?"),
120
  ],
121
- gr.outputs.textbox(label="Question Answer"),gr.outputs.html(label="HTML Render"), title="Test out extractive Question-Answering on a short HTML string"
122
  )
123
  iface.launch()
124
 
 
118
  ),
119
  gr.inputs.Textbox(lines=3, default="What is the propulsion risk?"),
120
  ],
121
+ gr.outputs.text(label="Question Answer"),gr.outputs.html(label="HTML Render"), title="Test out extractive Question-Answering on a short HTML string"
122
  )
123
  iface.launch()
124