Afeezee commited on
Commit
26dd8e9
·
verified ·
1 Parent(s): ed6d80d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 - SVG Viewer")
41
- gr.Markdown("Generate an SVG 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...")
 
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...")