Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ def update_svg(modified_svg_code):
|
|
37 |
return modified_svg_code, modified_svg_code, "diagram.svg"
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
-
gr.Markdown("# Miru -
|
41 |
-
gr.Markdown("Generate
|
42 |
|
43 |
with gr.Row():
|
44 |
description_input = gr.Textbox(label="Describe your diagram or animation", placeholder="Enter a description...")
|
|
|
37 |
return modified_svg_code, modified_svg_code, "diagram.svg"
|
38 |
|
39 |
with gr.Blocks() as demo:
|
40 |
+
gr.Markdown("# Miru - Diagram Viewer")
|
41 |
+
gr.Markdown("Generate a diagram by describing it, then edit the SVG code if needed and click **Update Diagram** to refresh the display and download.")
|
42 |
|
43 |
with gr.Row():
|
44 |
description_input = gr.Textbox(label="Describe your diagram or animation", placeholder="Enter a description...")
|