Update app.py
Browse files
app.py
CHANGED
|
@@ -625,7 +625,7 @@ with gr.Blocks() as demo:
|
|
| 625 |
# --------------------------
|
| 626 |
css = """
|
| 627 |
table {
|
| 628 |
-
table-layout:
|
| 629 |
width: 100% !important;
|
| 630 |
}
|
| 631 |
|
|
|
|
| 625 |
# --------------------------
|
| 626 |
css = """
|
| 627 |
table {
|
| 628 |
+
table-layout: auto !important;
|
| 629 |
width: 100% !important;
|
| 630 |
}
|
| 631 |
|