Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def enforce_symmetry(selected_skips, sides):
|
|
| 70 |
return sorted(symmetric_skips)
|
| 71 |
|
| 72 |
def main():
|
| 73 |
-
st.title("🕉️
|
| 74 |
|
| 75 |
st.sidebar.header("🔧 Customize Your Shree Yantra")
|
| 76 |
|
|
@@ -109,7 +109,7 @@ def main():
|
|
| 109 |
circle_color = st.sidebar.color_picker("🖌️ Circle & Polygon Color", "#000000")
|
| 110 |
circle_fill = st.sidebar.checkbox("🎨 Fill Outer Circles", value=False)
|
| 111 |
|
| 112 |
-
st.write("### 🕉️
|
| 113 |
|
| 114 |
fig, ax = setup_plot()
|
| 115 |
|
|
@@ -131,7 +131,7 @@ def main():
|
|
| 131 |
|
| 132 |
st.markdown("""
|
| 133 |
---
|
| 134 |
-
**ℹ️ About Shree Yantra**: The
|
| 135 |
""")
|
| 136 |
|
| 137 |
if __name__ == "__main__":
|
|
|
|
| 70 |
return sorted(symmetric_skips)
|
| 71 |
|
| 72 |
def main():
|
| 73 |
+
st.title("🕉️ Yantra Diagram Generator")
|
| 74 |
|
| 75 |
st.sidebar.header("🔧 Customize Your Shree Yantra")
|
| 76 |
|
|
|
|
| 109 |
circle_color = st.sidebar.color_picker("🖌️ Circle & Polygon Color", "#000000")
|
| 110 |
circle_fill = st.sidebar.checkbox("🎨 Fill Outer Circles", value=False)
|
| 111 |
|
| 112 |
+
st.write("### 🕉️ Yantra Diagram")
|
| 113 |
|
| 114 |
fig, ax = setup_plot()
|
| 115 |
|
|
|
|
| 131 |
|
| 132 |
st.markdown("""
|
| 133 |
---
|
| 134 |
+
**ℹ️ About Shree Yantra**: The Yantra is a sacred geometrical diagram used in Hinduism for meditation and worship. It consists of nine interlocking triangles forming 43 smaller triangles, symbolizing the union of the divine and the material world.
|
| 135 |
""")
|
| 136 |
|
| 137 |
if __name__ == "__main__":
|