jmercat commited on
Commit
01a6f6a
·
1 Parent(s): 3bbd70b

markdown formatting output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as demo:
133
  )
134
 
135
  text_input = gr.Textbox(lines=3, label="Input Text")
136
- text_output = gr.HTML(label="Generated Text")
137
 
138
  generate_button = gr.Button("Generate")
139
 
 
133
  )
134
 
135
  text_input = gr.Textbox(lines=3, label="Input Text")
136
+ text_output = gr.Markdown(label="Generated Text")
137
 
138
  generate_button = gr.Button("Generate")
139