Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ sidebar_option = st.sidebar.radio("Select an option",
|
|
27 |
"Graph: Triads", "Algorithms: Cycle Detection", "Algorithms: Greedy Coloring"])
|
28 |
|
29 |
# Add Contact information in the sidebar
|
30 |
-
|
31 |
## Contact
|
32 |
|
33 |
For any questions or issues, please contact:
|
@@ -37,6 +37,7 @@ sidebar_option = st.sidebar.radio("Select an option",
|
|
37 |
- **WhatsApp**: [Click here to chat](https://wa.me/+8801719296601)
|
38 |
- **HuggingFace Profile**: [Click here to access the HuggingFace Profile](https://huggingface.co/shukdevdatta123)
|
39 |
""")
|
|
|
40 |
|
41 |
# Display content when "Select an option" is chosen
|
42 |
if sidebar_option == "Introductory Tutorial":
|
|
|
27 |
"Graph: Triads", "Algorithms: Cycle Detection", "Algorithms: Greedy Coloring"])
|
28 |
|
29 |
# Add Contact information in the sidebar
|
30 |
+
st.sidebar.markdown("""
|
31 |
## Contact
|
32 |
|
33 |
For any questions or issues, please contact:
|
|
|
37 |
- **WhatsApp**: [Click here to chat](https://wa.me/+8801719296601)
|
38 |
- **HuggingFace Profile**: [Click here to access the HuggingFace Profile](https://huggingface.co/shukdevdatta123)
|
39 |
""")
|
40 |
+
|
41 |
|
42 |
# Display content when "Select an option" is chosen
|
43 |
if sidebar_option == "Introductory Tutorial":
|