david-oplatka commited on
Commit
01e50b7
·
verified ·
1 Parent(s): 111fc94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,6 +52,7 @@ cfg.description = f'''
52
 
53
  css = """
54
  table {
 
55
  width: 100%;
56
  table-layout: fixed;
57
  }
@@ -60,7 +61,7 @@ td {
60
  text-align: center;
61
  }
62
  img {
63
- width: 40%;
64
  }
65
  """
66
 
 
52
 
53
  css = """
54
  table {
55
+ border: none;
56
  width: 100%;
57
  table-layout: fixed;
58
  }
 
61
  text-align: center;
62
  }
63
  img {
64
+ width: 50%;
65
  }
66
  """
67