sasha HF Staff commited on
Commit
494e30c
·
1 Parent(s): c03ab70
Files changed (1) hide show
  1. app.py +1 -0
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'))