prithivMLmods commited on
Commit
af7b591
·
verified ·
1 Parent(s): 5c54dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
324
  gr.Markdown("## Output")
325
  output = gr.Textbox(label="Raw Output Stream",
326
  interactive=False,
327
- lines=2)
328
  with gr.Accordion("(Result.md)", open=False):
329
  markdown_output = gr.Markdown(
330
  label="markup.md")
 
324
  gr.Markdown("## Output")
325
  output = gr.Textbox(label="Raw Output Stream",
326
  interactive=False,
327
+ lines=2, show_copy_button=True)
328
  with gr.Accordion("(Result.md)", open=False):
329
  markdown_output = gr.Markdown(
330
  label="markup.md")