michal commited on
Commit
6339d56
·
1 Parent(s): 64a7fed
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -20,13 +20,10 @@ global data_component
20
  from src.abouts import *
21
 
22
  polygon_svg = """
23
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
24
- x="0px" y="0px" viewBox="0 0 200 100" width="200px" height="100px" style="enable-background:new 0 0 200 100;"
25
- xml:space="preserve">
26
- <style type="text/css">
27
- .st0{fill:#E52713;}
28
- .st1{fill:#FFFFFF;}
29
- </style>
30
  <g>
31
  <polygon class="st0" points="147.4,97.1 147.4,107.5 137,107.5 137,103.1 126.1,103.1 126.1,104.7 121.3,104.7 121.3,103.1
32
  110.8,103.1 110.8,107.5 100.4,107.5 100.4,97.1 110.8,97.1 110.8,101.5 121.3,101.5 121.3,99.9 126.1,99.9 126.1,101.5 137,101.5
 
20
  from src.abouts import *
21
 
22
  polygon_svg = """
23
+ <svg width="200px" height="100px" viewBox="0 0 443.6 139.2" xmlns="http://www.w3.org/2000/svg" xml:space="preserve">
24
+ <style type="text/css">
25
+ .st0{fill:#E52713;} /* Sets the fill color to red */
26
+ </style>
 
 
 
27
  <g>
28
  <polygon class="st0" points="147.4,97.1 147.4,107.5 137,107.5 137,103.1 126.1,103.1 126.1,104.7 121.3,104.7 121.3,103.1
29
  110.8,103.1 110.8,107.5 100.4,107.5 100.4,97.1 110.8,97.1 110.8,101.5 121.3,101.5 121.3,99.9 126.1,99.9 126.1,101.5 137,101.5