Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from langchain_community.document_loaders import PyPDFDirectoryLoader
|
3 |
from langchain.text_splitter import RecursiveCharacterTextSplitter
|
4 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
5 |
from langchain.vectorstores import FAISS
|
@@ -84,12 +84,19 @@ st.sidebar.markdown(
|
|
84 |
"""
|
85 |
📧 **Get in Touch**
|
86 |
|
87 |
-
|
88 |
-
📩 Email: [email protected]
|
89 |
-
🔗 LinkedIn: [OpenRAG](https://www.linkedin.com/company/102036854/admin/dashboard/)
|
90 |
-
📸 Instagram: [OpenRAG](https://www.instagram.com/open.rag?igsh=MnFwMHd5cjU1OGFj)
|
91 |
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
"""
|
94 |
|
95 |
)
|
|
|
1 |
import streamlit as st
|
2 |
+
from langchain_community.document_loaders import PyPDFLoader, PyPDFDirectoryLoader
|
3 |
from langchain.text_splitter import RecursiveCharacterTextSplitter
|
4 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
5 |
from langchain.vectorstores import FAISS
|
|
|
84 |
"""
|
85 |
📧 **Get in Touch**
|
86 |
|
87 |
+
Federation of Entrepreneurship Development (FED)
|
|
|
|
|
|
|
88 |
|
89 |
+
The student body of KIIT TBI, FED fosters entrepreneurship by uniting all startup ideas on one platform. We provide access to top resources, contacts, and mentors, and nurture entrepreneurial skills through creative, authentic, and efficient techniques.
|
90 |
+
|
91 |
+
Skill Hunt 2.0
|
92 |
+
|
93 |
+
Our ongoing event features four cohorts: AI/ML, Digital Marketing, Prompt Engineering, and UI/UX. This chatbot is part of the Prompt Engineering cohort, aiming to enhance skills in creating effective AI prompts.
|
94 |
+
|
95 |
+
Follow us on:
|
96 |
+
|
97 |
+
Instagram: [Click Here](https://www.instagram.com/fedkiit/)
|
98 |
+
|
99 |
+
LinkedIn: [Click Here](https://www.linkedin.com/company/fedkiit/)
|
100 |
"""
|
101 |
|
102 |
)
|