awacke1 commited on
Commit
5127ab1
Β·
1 Parent(s): c5749fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 or question 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()
 
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()