Spaces:
Running
Running
kovacsvi
commited on
Commit
·
9d3dc59
1
Parent(s):
247282f
column witdhs
Browse files
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=["
|
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):
|