Spaces:
Sleeping
Sleeping
sedrick-keh-tri
commited on
Commit
·
778986e
1
Parent(s):
3fc1e3d
width fix
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ def get_table_info(table_name):
|
|
| 97 |
# Create Gradio interface
|
| 98 |
css = """
|
| 99 |
.dataframe td, .dataframe th {
|
| 100 |
-
max-width:
|
| 101 |
overflow: auto !important;
|
| 102 |
white-space: nowrap !important;
|
| 103 |
}
|
|
|
|
| 97 |
# Create Gradio interface
|
| 98 |
css = """
|
| 99 |
.dataframe td, .dataframe th {
|
| 100 |
+
max-width: 150px !important;
|
| 101 |
overflow: auto !important;
|
| 102 |
white-space: nowrap !important;
|
| 103 |
}
|