Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,18 @@ if openai_api_key:
|
|
100 |
"Voice Chat"
|
101 |
))
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
if mode == "Course Query Assistant":
|
104 |
st.header("Course Query Assistant")
|
105 |
|
|
|
100 |
"Voice Chat"
|
101 |
))
|
102 |
|
103 |
+
# Add Contact information in the sidebar
|
104 |
+
st.sidebar.markdown("""
|
105 |
+
## Contact
|
106 |
+
|
107 |
+
For any questions or issues, please contact:
|
108 |
+
|
109 |
+
- **Email**: [[email protected]](mailto:[email protected])
|
110 |
+
- **GitHub**: [Click here to access the Github Profile](https://github.com/shukdevtroy)
|
111 |
+
- **WhatsApp**: [Click here to chat](https://wa.me/+8801719296601)
|
112 |
+
- **HuggingFace Profile**: [Click here to access the HuggingFace Profile](https://huggingface.co/shukdevdatta123)
|
113 |
+
""")
|
114 |
+
|
115 |
if mode == "Course Query Assistant":
|
116 |
st.header("Course Query Assistant")
|
117 |
|