I'm gonna figure it out
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with demo:
|
|
110 |
with gr.Tabs():
|
111 |
with gr.TabItem("Text Generation π¬"):
|
112 |
with gr.Row():
|
113 |
-
with gr.Column(scale=1.
|
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")
|
|
|
110 |
with gr.Tabs():
|
111 |
with gr.TabItem("Text Generation π¬"):
|
112 |
with gr.Row():
|
113 |
+
with gr.Column(scale=1.3):
|
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")
|