Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,10 +36,10 @@ graph LR;
|
|
| 36 |
|
| 37 |
|
| 38 |
css="""
|
| 39 |
-
svg .flowchart-link{
|
| 40 |
stroke:red;!important;
|
| 41 |
}
|
| 42 |
-
svg .marker {
|
| 43 |
fill: #ed0000!important;
|
| 44 |
stroke: #ff0101;!important;
|
| 45 |
}
|
|
|
|
| 36 |
|
| 37 |
|
| 38 |
css="""
|
| 39 |
+
svg.style .flowchart-link{
|
| 40 |
stroke:red;!important;
|
| 41 |
}
|
| 42 |
+
svg.style .marker {
|
| 43 |
fill: #ed0000!important;
|
| 44 |
stroke: #ff0101;!important;
|
| 45 |
}
|