Spaces:
Running
Running
trying scale like this
Browse files
app.py
CHANGED
|
@@ -110,9 +110,9 @@ with demo:
|
|
| 110 |
with gr.Tabs():
|
| 111 |
with gr.TabItem("Text Generation 💬"):
|
| 112 |
with gr.Row():
|
| 113 |
-
with gr.Column():
|
| 114 |
plot = gr.Plot(get_plots('text_generation.csv'))
|
| 115 |
-
with gr.Column():
|
| 116 |
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
|
| 117 |
|
| 118 |
with gr.TabItem("Image Generation 📷"):
|
|
|
|
| 110 |
with gr.Tabs():
|
| 111 |
with gr.TabItem("Text Generation 💬"):
|
| 112 |
with gr.Row():
|
| 113 |
+
with gr.Column(scale=1.5):
|
| 114 |
plot = gr.Plot(get_plots('text_generation.csv'))
|
| 115 |
+
with gr.Column(scale=1):
|
| 116 |
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
|
| 117 |
|
| 118 |
with gr.TabItem("Image Generation 📷"):
|