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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -39,11 +39,11 @@ def test(inp):
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 {
49
  display: flex;
@@ -60,8 +60,8 @@ def test(inp):
60
  position: relative;
61
  overflow: hidden;
62
  width: 33%;
63
- height: 50em;
64
- margin-bottom: 2em;
65
  }
66
 
67
  /* Then style the iframe to fit in the container div with full height and width */
 
39
  style = '''
40
  .put-on-top{
41
  border-style: solid;
42
+ border-width: 1px;
43
  border-radius: 5px;
44
 
45
+ background: none;
46
+ margin:1px;
47
  }
48
  .grid-mee {
49
  display: flex;
 
60
  position: relative;
61
  overflow: hidden;
62
  width: 33%;
63
+ height: 60em;
64
+ margin-bottom: 1em;
65
  }
66
 
67
  /* Then style the iframe to fit in the container div with full height and width */