Enhance table styling and layout in report pages
- Updated table header and cell classes to center-align text for better readability in page_19.html. - Adjusted padding and margins in page_7.html for improved layout and visual consistency. - Reduced spacing in various sections to create a more compact and organized appearance.
This commit is contained in:
@@ -2,4 +2,5 @@ import pandas as pd
|
||||
|
||||
pnoe_df = pd.read_csv('data/pnoe_data.csv')
|
||||
patient_df = pd.read_csv('data/patient_data.csv')
|
||||
spirometry_df = pd.read_csv('data/spirometry_data.csv')
|
||||
spirometry_df = pd.read_csv('data/spirometry_data.csv')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user