Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|