Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -255,7 +255,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 255 |
with gr.Column(scale=3):
|
| 256 |
gr.Markdown("## Output", elem_id="output-title")
|
| 257 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
|
| 258 |
-
with gr.Accordion("
|
| 259 |
formatted_output = gr.Markdown(label="Formatted Result")
|
| 260 |
|
| 261 |
model_choice = gr.Radio(
|
|
|
|
| 255 |
with gr.Column(scale=3):
|
| 256 |
gr.Markdown("## Output", elem_id="output-title")
|
| 257 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=11, show_copy_button=True)
|
| 258 |
+
with gr.Accordion("[Result.md]", open=False):
|
| 259 |
formatted_output = gr.Markdown(label="Formatted Result")
|
| 260 |
|
| 261 |
model_choice = gr.Radio(
|