Spaces:
Sleeping
Sleeping
Update pages/4_✉️_Contact.py
Browse files- pages/4_✉️_Contact.py +2 -1
pages/4_✉️_Contact.py
CHANGED
@@ -15,7 +15,8 @@ def main():
|
|
15 |
#layout="wide",
|
16 |
initial_sidebar_state="auto",
|
17 |
)
|
18 |
-
st.title("Contact")
|
|
|
19 |
st.text("You can refer to the Github repository for any feedback/comments")
|
20 |
st.write("[Repository](https://github.com/Selbl/WhatsappAnalysis)")
|
21 |
|
|
|
15 |
#layout="wide",
|
16 |
initial_sidebar_state="auto",
|
17 |
)
|
18 |
+
#st.title("Contact")
|
19 |
+
st.header("Contact", divider="blue")
|
20 |
st.text("You can refer to the Github repository for any feedback/comments")
|
21 |
st.write("[Repository](https://github.com/Selbl/WhatsappAnalysis)")
|
22 |
|