Anne31415 commited on
Commit
dcd9708
·
1 Parent(s): 5765602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -88,8 +88,21 @@ def load_chatbot():
88
 
89
  def main():
90
  st.title("BinDocs Chat App")
 
 
 
 
 
 
 
91
 
 
 
92
 
 
 
 
 
93
  # Directly specifying the path to the PDF file
94
  pdf_path = pdf_file_path
95
  if not os.path.exists(pdf_path):
 
88
 
89
  def main():
90
  st.title("BinDocs Chat App")
91
+ st.markdown(
92
+ """🤖 Welcome to BinDocs ChatBot! 🤖
93
+
94
+ Hello! I’m your friendly assistant, designed to help you navigate through our platform with ease. Here's a snapshot of what I can assist you with:
95
+
96
+ 📘 **Glossary Inquiries:**
97
+ Having trouble understanding specific terms? Ask me! For instance, if you are unsure about what "Belegarzt" means, just type in “What is a Belegarzt?” and I will provide you with a detailed explanation based on our glossary.
98
 
99
+ 🆘 **Help Page Navigation:**
100
+ I can guide you through our help page and answer your queries regarding any problems or inquiries you might have, such as “Forgot your Password?” or other platform-related concerns.
101
 
102
+ #### How to Interact:
103
+ Simply type in your question or concern, and I will do my best to assist you. Examples are shown at the bottom of this page. Try some out!"""
104
+ )
105
+
106
  # Directly specifying the path to the PDF file
107
  pdf_path = pdf_file_path
108
  if not os.path.exists(pdf_path):