Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ if uploaded_file and "document_uploaded" not in st.session_state:
|
|
53 |
st.session_state["document_uploaded"] = True
|
54 |
|
55 |
# Chat UI Header
|
56 |
-
st.title("💬
|
57 |
st.divider()
|
58 |
|
59 |
# Display chat history
|
|
|
53 |
st.session_state["document_uploaded"] = True
|
54 |
|
55 |
# Chat UI Header
|
56 |
+
st.title("💬 SOP QA")
|
57 |
st.divider()
|
58 |
|
59 |
# Display chat history
|