sedrick-keh-tri commited on
Commit
bec170a
·
1 Parent(s): 587e3a6

column widths

Browse files
Files changed (1) hide show
  1. app.py +11 -4
app.py CHANGED
@@ -51,10 +51,17 @@ table_data, table_names = load_database_tables(db_path)
51
  # Specify widths for specific columns across all tables
52
  # Format: {"column_name": width_in_px}
53
  column_widths = {
54
- # Example configurations - modify these as needed
55
- # "id": 100,
56
- # "name": 200,
57
- # "description": 400,
 
 
 
 
 
 
 
58
  }
59
 
60
  # Function to get table data with filters
 
51
  # Specify widths for specific columns across all tables
52
  # Format: {"column_name": width_in_px}
53
  column_widths = {
54
+ "created_by": 150,
55
+ "cfg": 500,
56
+ "git_commit_hash": 150,
57
+ "git_branch": 150,
58
+ "git_remote_url": 150,
59
+ "git_has_local_changes": 150,
60
+ "git_local_chances": 150,
61
+ "dataset_source_paths": 500,
62
+ "model_checkpoints_path": 500,
63
+ "fixed_model_path": 500,
64
+ "completed": 150,
65
  }
66
 
67
  # Function to get table data with filters