Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with st.sidebar:
|
|
17 |
add_vertical_space(5)
|
18 |
|
19 |
if 'generated' not in st.session_state:
|
20 |
-
st.session_state['generated'] = ["Hi. Please enter a prompt
|
21 |
if 'past' not in st.session_state:
|
22 |
st.session_state['past'] = ['Hi.']
|
23 |
input_container = st.container()
|
|
|
17 |
add_vertical_space(5)
|
18 |
|
19 |
if 'generated' not in st.session_state:
|
20 |
+
st.session_state['generated'] = ["Hi. Please enter a prompt with context on what you need."]
|
21 |
if 'past' not in st.session_state:
|
22 |
st.session_state['past'] = ['Hi.']
|
23 |
input_container = st.container()
|