sasha HF staff commited on
Commit
cd80723
·
1 Parent(s): 5c3cf5c

changing datatype - test

Browse files
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'))
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():