meesamraza commited on
Commit
0d23722
Β·
verified Β·
1 Parent(s): 8e14024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def handle_userinput(user_question):
91
  # --------------------------
92
  def main():
93
  st.set_page_config(page_title="InfinaDocs Knowledge Sphere", page_icon="πŸ“š", layout="wide")
94
- st.title("πŸ“š AI-Powered PDF Chatbot")
95
  st.markdown("Chat with your documents using **LLaMA 3.3** and **Groq AI**. πŸš€")
96
 
97
  # Session state initialization
 
91
  # --------------------------
92
  def main():
93
  st.set_page_config(page_title="InfinaDocs Knowledge Sphere", page_icon="πŸ“š", layout="wide")
94
+ st.title("πŸ“š InfinaDocs Knowledge Sphere")
95
  st.markdown("Chat with your documents using **LLaMA 3.3** and **Groq AI**. πŸš€")
96
 
97
  # Session state initialization