KennyUTC commited on
Commit
a8ae40c
·
verified ·
1 Parent(s): 4f523e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ model_names = list(data[0]['results'].keys())
9
 
10
  HTML_HEAD = '<table class="center">'
11
  HTML_TAIL = '</table>'
12
- N_COL = 3
13
- WIDTH = 60 // N_COL
14
 
15
  def get_image_gallery(idx, models):
16
  assert isinstance(idx, str)
 
9
 
10
  HTML_HEAD = '<table class="center">'
11
  HTML_TAIL = '</table>'
12
+ N_COL = 5
13
+ WIDTH = 100 // N_COL
14
 
15
  def get_image_gallery(idx, models):
16
  assert isinstance(idx, str)