Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Refactor view to not side-by-side
Browse files- src/app.py +2 -0
src/app.py
CHANGED
@@ -34,6 +34,7 @@ with gr.Blocks() as demo:
|
|
34 |
with gr.Column():
|
35 |
initial_md.render()
|
36 |
initial_code.render()
|
|
|
37 |
with gr.Column():
|
38 |
feature = gr.Markdown("## Accelerate Code")
|
39 |
out = gr.Markdown()
|
@@ -41,6 +42,7 @@ with gr.Blocks() as demo:
|
|
41 |
with gr.Column():
|
42 |
gr.Markdown("## Explanation")
|
43 |
explanation = gr.Markdown()
|
|
|
44 |
with gr.Column():
|
45 |
gr.Markdown("## Documentation Links")
|
46 |
docs = gr.Markdown()
|
|
|
34 |
with gr.Column():
|
35 |
initial_md.render()
|
36 |
initial_code.render()
|
37 |
+
with gr.Row():
|
38 |
with gr.Column():
|
39 |
feature = gr.Markdown("## Accelerate Code")
|
40 |
out = gr.Markdown()
|
|
|
42 |
with gr.Column():
|
43 |
gr.Markdown("## Explanation")
|
44 |
explanation = gr.Markdown()
|
45 |
+
with gr.Row():
|
46 |
with gr.Column():
|
47 |
gr.Markdown("## Documentation Links")
|
48 |
docs = gr.Markdown()
|