sasha HF staff commited on
Commit
bb22059
β€’
1 Parent(s): eb599a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with demo:
119
  with gr.TabItem("Text Generation πŸ’¬"):
120
  with gr.Row():
121
  with gr.Column(scale=1.3):
122
- plot = gr.ScatterPlot(get_plots('text_generation.csv'), x_axis_labels_visible=False)
123
  with gr.Column(scale=1):
124
  table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
125
 
 
119
  with gr.TabItem("Text Generation πŸ’¬"):
120
  with gr.Row():
121
  with gr.Column(scale=1.3):
122
+ plot = gr.Plot(get_plots('text_generation.csv'))
123
  with gr.Column(scale=1):
124
  table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
125