Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,8 +236,8 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 236 |
|
| 237 |
with gr.Column(scale=3):
|
| 238 |
gr.Markdown("## Output", elem_id="output-title")
|
| 239 |
-
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=
|
| 240 |
-
with gr.Accordion("Formatted Result", open=
|
| 241 |
formatted_output = gr.Markdown(label="Formatted Result")
|
| 242 |
|
| 243 |
model_choice = gr.Radio(
|
|
|
|
| 236 |
|
| 237 |
with gr.Column(scale=3):
|
| 238 |
gr.Markdown("## Output", elem_id="output-title")
|
| 239 |
+
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
|
| 240 |
+
with gr.Accordion("Formatted Result", open=False):
|
| 241 |
formatted_output = gr.Markdown(label="Formatted Result")
|
| 242 |
|
| 243 |
model_choice = gr.Radio(
|