Omnibus commited on
Commit
965bec8
·
verified ·
1 Parent(s): 3ee3c91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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)