xp3857 commited on
Commit
aa9a0e3
1 Parent(s): 07084ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -34,6 +34,7 @@ models=[
34
  o = "V"
35
 
36
  t_out = ("""
 
37
  #container{
38
  position: relative;
39
  width: 200px;
@@ -52,6 +53,7 @@ t_out = ("""
52
  height: 30px;
53
  background: red;
54
  }
 
55
  <div id="container">
56
  <div id="main_image"></div>
57
  <div id="overlay_image"></div>
 
34
  o = "V"
35
 
36
  t_out = ("""
37
+ <style>
38
  #container{
39
  position: relative;
40
  width: 200px;
 
53
  height: 30px;
54
  background: red;
55
  }
56
+ </style>
57
  <div id="container">
58
  <div id="main_image"></div>
59
  <div id="overlay_image"></div>