Spaces:
Running
Running
changing datatype - test
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ with demo:
|
|
| 56 |
with gr.Column():
|
| 57 |
plot = gr.Plot(get_plots('text_generation.csv'))
|
| 58 |
with gr.Column():
|
| 59 |
-
table = gr.Dataframe(get_model_names('text_generation.csv'))
|
| 60 |
|
| 61 |
with gr.TabItem("Image Generation 📷"):
|
| 62 |
with gr.Row():
|
|
|
|
| 56 |
with gr.Column():
|
| 57 |
plot = gr.Plot(get_plots('text_generation.csv'))
|
| 58 |
with gr.Column():
|
| 59 |
+
table = gr.Dataframe(get_model_names('text_generation.csv'), datatype=“markdown”)
|
| 60 |
|
| 61 |
with gr.TabItem("Image Generation 📷"):
|
| 62 |
with gr.Row():
|