davanstrien HF staff commited on
Commit
0d2a813
1 Parent(s): ddbd137

use Markdown for generated model response

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ iface = gr.Interface(
79
  inputs=[],
80
  outputs=[
81
  gr.Text(label="Generated User Instruction"),
82
- gr.Text(label="Generated Model Response"),
83
  ],
84
  title=title,
85
  description=description,
 
79
  inputs=[],
80
  outputs=[
81
  gr.Text(label="Generated User Instruction"),
82
+ gr.Markdown(label="Generated Model Response"),
83
  ],
84
  title=title,
85
  description=description,