fabiencasenave commited on
Commit
3e4a0db
1 Parent(s): 525ce44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ _HEADER_ = '''
30
 
31
 
32
  def round_num(num)->str:
33
- return '%s' % float('%.2g' % num)
34
 
35
  def sample_info(sample_id_str, fieldn):
36
 
 
30
 
31
 
32
  def round_num(num)->str:
33
+ return '%s' % float('%.3g' % num)
34
 
35
  def sample_info(sample_id_str, fieldn):
36