Spaces:
Sleeping
Sleeping
vkovacs
commited on
Commit
·
1830273
1
Parent(s):
4ee3727
column width ratios fixed
Browse files
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=["
|
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():
|