Update app.py
Browse files
app.py
CHANGED
|
@@ -37,6 +37,10 @@ st.sidebar.markdown("""
|
|
| 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
|
|
|
|
| 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 |
+
st.sidebar.markdown("""
|
| 42 |
+
### Courtesy: [NetworkX](https://networkx.org/documentation/stable/index.html)
|
| 43 |
+
""")
|
| 44 |
|
| 45 |
|
| 46 |
# Display content when "Select an option" is chosen
|