Commit
·
e00eaca
1
Parent(s):
932bf6b
Update app.py
Browse files
app.py
CHANGED
@@ -152,9 +152,9 @@ with gr.Blocks(theme=style) as demo:
|
|
152 |
tco_formula2 = gr.Markdown()
|
153 |
|
154 |
with gr.Row(variant='panel'):
|
155 |
-
with gr.Column(scale=1):
|
156 |
-
table = gr.Markdown()
|
157 |
with gr.Column(scale=2):
|
|
|
|
|
158 |
info = gr.Markdown()
|
159 |
with gr.Row():
|
160 |
plot = gr.LinePlot(visible=False)
|
|
|
152 |
tco_formula2 = gr.Markdown()
|
153 |
|
154 |
with gr.Row(variant='panel'):
|
|
|
|
|
155 |
with gr.Column(scale=2):
|
156 |
+
table = gr.Markdown()
|
157 |
+
with gr.Column(scale=3):
|
158 |
info = gr.Markdown()
|
159 |
with gr.Row():
|
160 |
plot = gr.LinePlot(visible=False)
|