rhea2809 commited on
Commit
8b4e84a
1 Parent(s): f7d481f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,10 +13,10 @@ class DataList:
13
 
14
  self.table_header = '''
15
  <tr>
16
- <td width="12%">Name</td>
17
  <td width="52%">Description</td>
18
- <td width="12%">Module</td>
19
- <td width="12%">Alignment with Key Guidance</td>
20
  </tr>'''
21
 
22
  def _preprocess_table(self) -> None:
 
13
 
14
  self.table_header = '''
15
  <tr>
16
+ <td width="15%">Name</td>
17
  <td width="52%">Description</td>
18
+ <td width="15%">Module</td>
19
+ <td width="20%">Alignment with Key Guidance</td>
20
  </tr>'''
21
 
22
  def _preprocess_table(self) -> None: