Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
359 |
# Result Canvas with raw and formatted outputs
|
360 |
with gr.Column(elem_classes="canvas-output"):
|
361 |
gr.Markdown("## Result.Md")
|
362 |
-
raw_output = gr.Textbox(label="Raw Output Stream", interactive=
|
363 |
formatted_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
364 |
|
365 |
model_choice = gr.Radio(
|
|
|
359 |
# Result Canvas with raw and formatted outputs
|
360 |
with gr.Column(elem_classes="canvas-output"):
|
361 |
gr.Markdown("## Result.Md")
|
362 |
+
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
363 |
formatted_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
364 |
|
365 |
model_choice = gr.Radio(
|