Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ st.set_page_config(
|
|
10 |
page_title="Virtual Try-On App",
|
11 |
page_icon="👔",
|
12 |
layout="wide",
|
13 |
-
initial_sidebar_state="expanded"
|
|
|
14 |
)
|
15 |
|
16 |
# Custom CSS for better styling with Renesistech branding
|
@@ -204,7 +205,7 @@ if st.button("Generate Try-On", type="primary"):
|
|
204 |
# Renesistech Footer
|
205 |
st.markdown("""
|
206 |
<div class='renesistech-footer'>
|
207 |
-
<p style='color: #333; font-weight: bold; margin: 0;'>©
|
208 |
<p style='color: #666; margin: 5px 0 0 0;'>Innovating Fashion Technology</p>
|
209 |
</div>
|
210 |
""", unsafe_allow_html=True)
|
|
|
10 |
page_title="Virtual Try-On App",
|
11 |
page_icon="👔",
|
12 |
layout="wide",
|
13 |
+
initial_sidebar_state="expanded",
|
14 |
+
theme="light"
|
15 |
)
|
16 |
|
17 |
# Custom CSS for better styling with Renesistech branding
|
|
|
205 |
# Renesistech Footer
|
206 |
st.markdown("""
|
207 |
<div class='renesistech-footer'>
|
208 |
+
<p style='color: #333; font-weight: bold; margin: 0;'>© 2025 Renesistech</p>
|
209 |
<p style='color: #666; margin: 5px 0 0 0;'>Innovating Fashion Technology</p>
|
210 |
</div>
|
211 |
""", unsafe_allow_html=True)
|