Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def convert_svg_to_png(svg_file):
|
|
| 40 |
|
| 41 |
# Streamlit App UI
|
| 42 |
def main():
|
| 43 |
-
st.title("Generate Diagrams using
|
| 44 |
|
| 45 |
# Display a logo or icon
|
| 46 |
image = Image.open("11.png") # Path to your image file
|
|
|
|
| 40 |
|
| 41 |
# Streamlit App UI
|
| 42 |
def main():
|
| 43 |
+
st.title("Generate Diagrams using AI and MermaidFlow")
|
| 44 |
|
| 45 |
# Display a logo or icon
|
| 46 |
image = Image.open("11.png") # Path to your image file
|