Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -267,10 +267,10 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
267 |
|
268 |
with gr.Column():
|
269 |
with gr.Column(elem_classes="canvas-output"):
|
270 |
-
gr.Markdown("##
|
271 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
272 |
|
273 |
-
with gr.Accordion("
|
274 |
markdown_output = gr.Markdown()
|
275 |
|
276 |
model_choice = gr.Radio(
|
|
|
267 |
|
268 |
with gr.Column():
|
269 |
with gr.Column(elem_classes="canvas-output"):
|
270 |
+
gr.Markdown("## Output")
|
271 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
272 |
|
273 |
+
with gr.Accordion("(Result.md)", open=False):
|
274 |
markdown_output = gr.Markdown()
|
275 |
|
276 |
model_choice = gr.Radio(
|