BaRiDo commited on
Commit
9d130b9
·
verified ·
1 Parent(s): 1df37aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,8 @@ IBM_URL_CHAT = "https://us-south.ml.cloud.ibm.com/ml/v1/text/chat?version=2023-1
16
 
17
  if "messages" not in st.session_state:
18
  st.session_state.messages = []
 
 
19
 
20
  ##############################################
21
  ##
 
16
 
17
  if "messages" not in st.session_state:
18
  st.session_state.messages = []
19
+ if "user_input" not in st.session_state:
20
+ st.session_state.user_input = ""
21
 
22
  ##############################################
23
  ##