Afeezee commited on
Commit
ec988b5
·
verified ·
1 Parent(s): 250167c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def update_svg(modified_svg_code):
56
  with gr.Blocks(css="""
57
 
58
  """) as demo:
59
- gr.Markdown("# Miru - Diagram Viewer")
60
  gr.Markdown("Use the **Generate Diagram** tab to create a diagram by describing it. In the **Update Diagram** tab, you can edit the generated SVG code and update the diagram.")
61
 
62
  # State to store the generated SVG code for editing in Tab 2
 
56
  with gr.Blocks(css="""
57
 
58
  """) as demo:
59
+ gr.Markdown("# Miru - Diagram Generator and Viewer")
60
  gr.Markdown("Use the **Generate Diagram** tab to create a diagram by describing it. In the **Update Diagram** tab, you can edit the generated SVG code and update the diagram.")
61
 
62
  # State to store the generated SVG code for editing in Tab 2