Update app.py
Browse files
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
|