Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -84,7 +84,7 @@ st.markdown("""
|
|
| 84 |
st.markdown("""
|
| 85 |
<div class="main-header">
|
| 86 |
<h1>🎨 Kolam Design Analyzer</h1>
|
| 87 |
-
<h3>Smart India Hackathon
|
| 88 |
<p>Discover the mathematical principles and geometric patterns behind traditional Kolam designs</p>
|
| 89 |
</div>
|
| 90 |
""", unsafe_allow_html=True)
|
|
@@ -564,7 +564,7 @@ with col2:
|
|
| 564 |
st.markdown("---")
|
| 565 |
st.markdown("""
|
| 566 |
<div style="text-align: center; color: #666; padding: 1rem;">
|
| 567 |
-
<p><strong>Kolam Design Analyzer</strong> | Smart India Hackathon
|
| 568 |
<p>Preserving traditional art through modern technology 🎨✨</p>
|
| 569 |
</div>
|
| 570 |
""", unsafe_allow_html=True)
|
|
|
|
| 84 |
st.markdown("""
|
| 85 |
<div class="main-header">
|
| 86 |
<h1>🎨 Kolam Design Analyzer</h1>
|
| 87 |
+
<h3>Smart India Hackathon 2025 - AI-Powered Traditional Art Analysis</h3>
|
| 88 |
<p>Discover the mathematical principles and geometric patterns behind traditional Kolam designs</p>
|
| 89 |
</div>
|
| 90 |
""", unsafe_allow_html=True)
|
|
|
|
| 564 |
st.markdown("---")
|
| 565 |
st.markdown("""
|
| 566 |
<div style="text-align: center; color: #666; padding: 1rem;">
|
| 567 |
+
<p><strong>Kolam Design Analyzer</strong> | Smart India Hackathon 2025</p>
|
| 568 |
<p>Preserving traditional art through modern technology 🎨✨</p>
|
| 569 |
</div>
|
| 570 |
""", unsafe_allow_html=True)
|