prithivMLmods commited on
Commit
ace8af1
Β·
verified Β·
1 Parent(s): b046403

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def create_gradio_interface():
198
  with gr.Column(scale=2):
199
  with gr.Tabs() as tabs:
200
  with gr.Tab("πŸ“ Extracted Content"):
201
- raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=8, show_copy_button=True)
202
 
203
  with gr.Tab("πŸ“• README.md"):
204
  with gr.Accordion("(Formatted Result)", open=True):
 
198
  with gr.Column(scale=2):
199
  with gr.Tabs() as tabs:
200
  with gr.Tab("πŸ“ Extracted Content"):
201
+ raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=12, show_copy_button=True)
202
 
203
  with gr.Tab("πŸ“• README.md"):
204
  with gr.Accordion("(Formatted Result)", open=True):