KennyUTC commited on
Commit
5f0b955
·
verified ·
1 Parent(s): a8ae40c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_image_gallery(idx, models):
28
  if j >= len(sub_models):
29
  html += f'<td width={WIDTH}% style="text-align:center;"></td>'
30
  else:
31
- html += f'<td width={WIDTH}% style="text-align:center;">{sub_models[j]}</td>'
32
  html += '</tr><tr>'
33
  for j in range(N_COL):
34
  if j >= len(sub_models):
 
28
  if j >= len(sub_models):
29
  html += f'<td width={WIDTH}% style="text-align:center;"></td>'
30
  else:
31
+ html += f'<td width={WIDTH}% style="text-align:center;"><h3>{sub_models[j]}</h3></td>'
32
  html += '</tr><tr>'
33
  for j in range(N_COL):
34
  if j >= len(sub_models):