Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ if __name__ =='__main__':
|
|
| 134 |
with st.spinner('Processing.....'):
|
| 135 |
st.session_state['vectorDB'] = processing(file)
|
| 136 |
st.session_state['chain'] = get_conversation_chain(st.session_state['vectorDB'])
|
| 137 |
-
st.
|
| 138 |
|
| 139 |
|
| 140 |
# if the vector database is ready to use then only show the chatbot interface
|
|
|
|
| 134 |
with st.spinner('Processing.....'):
|
| 135 |
st.session_state['vectorDB'] = processing(file)
|
| 136 |
st.session_state['chain'] = get_conversation_chain(st.session_state['vectorDB'])
|
| 137 |
+
st.success('File Processed',icon="✅")
|
| 138 |
|
| 139 |
|
| 140 |
# if the vector database is ready to use then only show the chatbot interface
|