Borya-Goldarb commited on
Commit
33bbad8
·
verified ·
1 Parent(s): 8aa4a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -41,11 +41,11 @@ for index, row in filtered_data.iterrows():
41
  background-color: white;
42
  border: 2px solid black;
43
  border-radius: 50%;
44
- width: 30px;
45
- height: 30px;
46
  text-align: center;
47
- line-height: 30px;
48
- font-size: 12pt;
49
  ">{index}</div>
50
  """
51
 
 
41
  background-color: white;
42
  border: 2px solid black;
43
  border-radius: 50%;
44
+ width: 20px;
45
+ height: 20px;
46
  text-align: center;
47
+ line-height: 20px;
48
+ font-size: 8pt;
49
  ">{index}</div>
50
  """
51