csalabs commited on
Commit
26481e9
1 Parent(s): 5168fc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def initialize_session_state():
33
  st.session_state['history'] = []
34
 
35
  if 'generated' not in st.session_state:
36
- st.session_state['generated'] = ["Hello! Ask me anything From Pdf's"]
37
 
38
  if 'past' not in st.session_state:
39
  st.session_state['past'] = ["Hey!"]
 
33
  st.session_state['history'] = []
34
 
35
  if 'generated' not in st.session_state:
36
+ st.session_state['generated'] = ["Ask me anything about Freedom of information, Highway traffic Act, Nutrient Management Act,Narcotics Safety and Awareness Act"]
37
 
38
  if 'past' not in st.session_state:
39
  st.session_state['past'] = ["Hey!"]