vkovacs commited on
Commit
1830273
·
1 Parent(s): 4ee3727

column width ratios fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as demo:
86
  with gr.Row():
87
  result_table = gr.Dataframe(
88
  headers=["Sentence", "Prediction", "Confidence"],
89
- column_widths=["50%", "35%", "15%"],
90
  wrap=True # important
91
  )
92
  with gr.Row():
 
86
  with gr.Row():
87
  result_table = gr.Dataframe(
88
  headers=["Sentence", "Prediction", "Confidence"],
89
+ column_widths=["65%", "25%", "10%"],
90
  wrap=True # important
91
  )
92
  with gr.Row():