Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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):
|