shukdevdatta123 commited on
Commit
d7e0307
·
verified ·
1 Parent(s): 0c824dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
  st.markdown(f'<iframe src="{mermaidflow_url}" width="100%" height="600px"></iframe>', unsafe_allow_html=True)
61
 
62
  # Provide a direct link to MermaidFlow editor for convenience
63
- st.markdown(f"Click the link to open and edit the diagram directly: [MermaidFlow Editor](https://www.mermaidflow.app/editor?code={encoded_code})")
64
 
65
  else:
66
  st.error("Failed to generate diagram code.")
 
60
  st.markdown(f'<iframe src="{mermaidflow_url}" width="100%" height="600px"></iframe>', unsafe_allow_html=True)
61
 
62
  # Provide a direct link to MermaidFlow editor for convenience
63
+ st.markdown(f"Copy and paste the Generated Mermaid Code in the Live Editor and download the generated diagram by clicking on Export as SVG format to get high resolution generated image.")
64
 
65
  else:
66
  st.error("Failed to generate diagram code.")