Update app.py
Browse files
app.py
CHANGED
|
@@ -197,6 +197,6 @@ st.markdown("</div>", unsafe_allow_html=True)
|
|
| 197 |
st.markdown("<div class='footer-section'>", unsafe_allow_html=True)
|
| 198 |
st.markdown("""
|
| 199 |
<p style="text-align: center; color: #95a5a6;">Powered by <b>Streamlit</b> and <b>Gemini AI</b> | Developed by <b>Arbaaz</b></p>
|
| 200 |
-
<p style="text-align: center; font-size: 0.9rem;">For support, contact <a href="mailto:
|
| 201 |
""", unsafe_allow_html=True)
|
| 202 |
st.markdown("</div>", unsafe_allow_html=True)
|
|
|
|
| 197 |
st.markdown("<div class='footer-section'>", unsafe_allow_html=True)
|
| 198 |
st.markdown("""
|
| 199 |
<p style="text-align: center; color: #95a5a6;">Powered by <b>Streamlit</b> and <b>Gemini AI</b> | Developed by <b>Arbaaz</b></p>
|
| 200 |
+
<p style="text-align: center; font-size: 0.9rem;">For support, contact <a href="mailto:arbaazt2002@gmail.com" style="color: #3498db;">arbaazt2002@gmail.com</a></p>
|
| 201 |
""", unsafe_allow_html=True)
|
| 202 |
st.markdown("</div>", unsafe_allow_html=True)
|