prithivMLmods commited on
Commit
1afef4c
·
verified ·
1 Parent(s): 333fda2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ with gr.Blocks() as demo:
322
 
323
  with gr.Column(scale=3):
324
  gr.Markdown("## Output", elem_id="output-title")
325
- raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
326
  with gr.Accordion("(Result.md)", open=False):
327
  markdown_output = gr.Markdown()
328
 
 
322
 
323
  with gr.Column(scale=3):
324
  gr.Markdown("## Output", elem_id="output-title")
325
+ raw_output = gr.Textbox(label="Raw Output Stream", interactive=True, lines=11)
326
  with gr.Accordion("(Result.md)", open=False):
327
  markdown_output = gr.Markdown()
328