udituen commited on
Commit
8962001
·
verified ·
1 Parent(s): 34ab2dc

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -75,7 +75,7 @@ if 'document_processed' not in st.session_state:
75
  st.session_state.document_processed = False
76
 
77
  # Streamlit UI
78
- st.title("DocsQA: Chat with Your Document💬")
79
 
80
  st.markdown("Upload a document and have a conversation about its contents!")
81
 
 
75
  st.session_state.document_processed = False
76
 
77
  # Streamlit UI
78
+ st.title("DocsQA: Chat with Your Document")
79
 
80
  st.markdown("Upload a document and have a conversation about its contents!")
81