Omnibus commited on
Commit
97c6f56
1 Parent(s): 851ab09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -38,7 +38,11 @@ def test(inp):
38
  html_out = file1.read()
39
  style = '''
40
  .put-on-top{
41
- background: red;
 
 
 
 
42
  z-index: 9999;
43
  }
44
  .grid-mee {
 
38
  html_out = file1.read()
39
  style = '''
40
  .put-on-top{
41
+ border-style: solid;
42
+ border-width: 5px;
43
+ border-radius: 5px;
44
+
45
+ background: None;
46
  z-index: 9999;
47
  }
48
  .grid-mee {