david-oplatka commited on
Commit
9098a3a
·
verified ·
1 Parent(s): e2ccfb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -62,7 +62,10 @@ td {
62
  text-align: center;
63
  }
64
  img {
65
- width: 60%;
 
 
 
66
  }
67
  """
68
 
 
62
  text-align: center;
63
  }
64
  img {
65
+ width: 50%;
66
+ }
67
+ h1 {
68
+ font-size: 3em; /* Adjust the size as needed */
69
  }
70
  """
71