sasha HF staff commited on
Commit
5966339
β€’
1 Parent(s): cd80723
Files changed (1) hide show
  1. app.py +1 -1
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'), datatype=β€œmarkdown”)
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():