Spaces:
Running
Running
michal
commited on
Commit
·
6339d56
1
Parent(s):
64a7fed
Upload
Browse files
app.py
CHANGED
@@ -20,13 +20,10 @@ global data_component
|
|
20 |
from src.abouts import *
|
21 |
|
22 |
polygon_svg = """
|
23 |
-
<svg
|
24 |
-
|
25 |
-
|
26 |
-
|
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
|