Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def main():
|
|
134 |
# Footer with provided link
|
135 |
st.markdown("""
|
136 |
<p style="text-align:center; color:white; margin-top:50px;">
|
137 |
-
Check out the <a href="https://
|
138 |
</p>
|
139 |
""", unsafe_allow_html=True)
|
140 |
|
|
|
134 |
# Footer with provided link
|
135 |
st.markdown("""
|
136 |
<p style="text-align:center; color:white; margin-top:50px;">
|
137 |
+
Check out the <a href="https://live-appointment-chatbot20.zapier.app/" target="_blank" style="color:#34c759;">Live Appointment</a>.
|
138 |
</p>
|
139 |
""", unsafe_allow_html=True)
|
140 |
|