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