kovacsvi commited on
Commit
9d3dc59
·
1 Parent(s): 247282f

column witdhs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks(css=css) as demo:
260
  with gr.Column(scale=7):
261
  result_table = gr.Dataframe(
262
  headers=["Sentence", "Prediction (1)", "Confidence (1)", "Prediction (2)", "Confidence (2)"],
263
- column_widths=["40%", "20%", "10%", "20%", "10%"],
264
  wrap=True, # important
265
  )
266
  with gr.Column(scale=3):
 
260
  with gr.Column(scale=7):
261
  result_table = gr.Dataframe(
262
  headers=["Sentence", "Prediction (1)", "Confidence (1)", "Prediction (2)", "Confidence (2)"],
263
+ column_widths=["46%", "17%", "10%", "17%", "10%"],
264
  wrap=True, # important
265
  )
266
  with gr.Column(scale=3):