Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -239,10 +239,10 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
239 |
|
240 |
with gr.Column():
|
241 |
with gr.Column(elem_classes="canvas-output"):
|
242 |
-
gr.Markdown("##
|
243 |
output = gr.Textbox(label="Raw Output", interactive=False, lines=2, scale=2)
|
244 |
|
245 |
-
with gr.Accordion("
|
246 |
markdown_output = gr.Markdown()
|
247 |
|
248 |
model_choice = gr.Radio(
|
|
|
239 |
|
240 |
with gr.Column():
|
241 |
with gr.Column(elem_classes="canvas-output"):
|
242 |
+
gr.Markdown("## Output")
|
243 |
output = gr.Textbox(label="Raw Output", interactive=False, lines=2, scale=2)
|
244 |
|
245 |
+
with gr.Accordion("(Result.md)", open=False):
|
246 |
markdown_output = gr.Markdown()
|
247 |
|
248 |
model_choice = gr.Radio(
|