Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'] = ["
|
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!"]
|