Darpan07 commited on
Commit
7629a00
1 Parent(s): d2d5b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.info('File Processed')
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