Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with demo:
|
|
119 |
with gr.TabItem("Text Generation π¬"):
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1.3):
|
122 |
-
plot = gr.
|
123 |
with gr.Column(scale=1):
|
124 |
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
|
125 |
|
|
|
119 |
with gr.TabItem("Text Generation π¬"):
|
120 |
with gr.Row():
|
121 |
with gr.Column(scale=1.3):
|
122 |
+
plot = gr.Plot(get_plots('text_generation.csv'))
|
123 |
with gr.Column(scale=1):
|
124 |
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
|
125 |
|