Spaces:
Runtime error
Runtime error
Commit ·
5c5299a
1
Parent(s): 8cb121f
trademark
Browse files- similarity_app.py +2 -2
similarity_app.py
CHANGED
|
@@ -31,7 +31,7 @@ def add_header():
|
|
| 31 |
""",
|
| 32 |
unsafe_allow_html=True,
|
| 33 |
)
|
| 34 |
-
st.markdown('<div class="header"><h1>Ritumbhara Resort</h1></div>', unsafe_allow_html=True)
|
| 35 |
def add_hero_section():
|
| 36 |
st.markdown(
|
| 37 |
"""
|
|
@@ -78,7 +78,7 @@ def add_footer():
|
|
| 78 |
""",
|
| 79 |
unsafe_allow_html=True,
|
| 80 |
)
|
| 81 |
-
st.markdown('<div class="footer"><h3>Decor Search by Ritumbhara</h3></div>', unsafe_allow_html=True)
|
| 82 |
|
| 83 |
# Set page config
|
| 84 |
st.set_page_config(
|
|
|
|
| 31 |
""",
|
| 32 |
unsafe_allow_html=True,
|
| 33 |
)
|
| 34 |
+
st.markdown('<div class="header"><h1>Ritumbhara™ Resort</h1></div>', unsafe_allow_html=True)
|
| 35 |
def add_hero_section():
|
| 36 |
st.markdown(
|
| 37 |
"""
|
|
|
|
| 78 |
""",
|
| 79 |
unsafe_allow_html=True,
|
| 80 |
)
|
| 81 |
+
st.markdown('<div class="footer"><h3>Decor Search by Ritumbhara™</h3></div>', unsafe_allow_html=True)
|
| 82 |
|
| 83 |
# Set page config
|
| 84 |
st.set_page_config(
|