cyberandy commited on
Commit
d538ef4
·
verified ·
1 Parent(s): b0e56f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -153,7 +153,8 @@ with gr.Blocks(css=css) as demo:
153
  )
154
  submit_btn = gr.Button(value="Submit")
155
  with gr.Column():
156
- output_text = gr.Textbox(label="Output Text")
 
157
 
158
  # Toggle visibility of custom instruction based on selected type
159
  def toggle_custom_instruction(type_selection):
 
153
  )
154
  submit_btn = gr.Button(value="Submit")
155
  with gr.Column():
156
+ output_text = gr.Markdown(label="Output Text", show_copy_button=True)
157
+
158
 
159
  # Toggle visibility of custom instruction based on selected type
160
  def toggle_custom_instruction(type_selection):