OpenRAG128 commited on
Commit
a9365f1
·
verified ·
1 Parent(s): cd9f59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -6
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
- For inquiries or collaboration proposals, please don't hesitate to reach out to us:
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
- Experience the future of Human-Chatbot Interaction with OpenRAG.
 
 
 
 
 
 
 
 
 
 
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
  )