Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,11 @@ graph LR;
|
|
| 33 |
"""
|
| 34 |
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
with gr.Blocks() as app:
|
| 39 |
inp_text=gr.Textbox(value=mermaid_code)
|
|
|
|
| 33 |
"""
|
| 34 |
|
| 35 |
|
| 36 |
+
css="""
|
| 37 |
+
.flowchart-link{
|
| 38 |
+
stroke:red;
|
| 39 |
+
}
|
| 40 |
+
"""
|
| 41 |
|
| 42 |
with gr.Blocks() as app:
|
| 43 |
inp_text=gr.Textbox(value=mermaid_code)
|