Spaces:
Sleeping
Sleeping
oops
Browse files
app.py
CHANGED
@@ -36,6 +36,7 @@ with demo:
|
|
36 |
with gr.TabItem("Text Generation 💬"):
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
|
|
39 |
#plot = gr.Plot(get_plots('text_generation.csv'))
|
40 |
with gr.Column():
|
41 |
table = gr.Dataframe(get_model_names('text_generation.csv'))
|
|
|
36 |
with gr.TabItem("Text Generation 💬"):
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
+
gr.Markdown("TODO")
|
40 |
#plot = gr.Plot(get_plots('text_generation.csv'))
|
41 |
with gr.Column():
|
42 |
table = gr.Dataframe(get_model_names('text_generation.csv'))
|