sedrick-keh-tri commited on
Commit
778986e
·
1 Parent(s): 3fc1e3d
Files changed (1) hide show
  1. app.py +1 -1
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: 300px !important;
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
  }