nesticot commited on
Commit
693888a
·
verified ·
1 Parent(s): 10bc4f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -539,7 +539,7 @@ def server(input, output, session):
539
  w, h = table[0,1].get_width(), table[0,1].get_height()
540
  cell_i = table.add_cell(0, -1, w,h, text='Pitch Type')
541
  cell_i.get_text().set_horizontalalignment('left')
542
- min_font_size = 12
543
  # Set table properties
544
 
545
  table.auto_set_font_size(False)
 
539
  w, h = table[0,1].get_width(), table[0,1].get_height()
540
  cell_i = table.add_cell(0, -1, w,h, text='Pitch Type')
541
  cell_i.get_text().set_horizontalalignment('left')
542
+ min_font_size = 11
543
  # Set table properties
544
 
545
  table.auto_set_font_size(False)