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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def handle_userinput(user_question):
90
  # Main Streamlit App
91
  # --------------------------
92
  def main():
93
- st.set_page_config(page_title="AI PDF Chatbot", 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
 
 
90
  # Main Streamlit App
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