sasha HF staff commited on
Commit
c544883
β€’
1 Parent(s): 86d8a60

I'm gonna figure it out

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with demo:
110
  with gr.Tabs():
111
  with gr.TabItem("Text Generation πŸ’¬"):
112
  with gr.Row():
113
- with gr.Column(scale=1.2):
114
  plot = gr.Plot(get_plots('text_generation.csv'))
115
  with gr.Column(scale=1):
116
  table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")
 
110
  with gr.Tabs():
111
  with gr.TabItem("Text Generation πŸ’¬"):
112
  with gr.Row():
113
+ with gr.Column(scale=1.3):
114
  plot = gr.Plot(get_plots('text_generation.csv'))
115
  with gr.Column(scale=1):
116
  table = gr.Dataframe(get_model_names('text_generation.csv'), datatype="markdown")