redkye2 commited on
Commit
bcb7dd6
·
1 Parent(s): d0bd7d9
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -124,8 +124,7 @@ def main():
124
  page_icon=":books:")
125
  st.write(css, unsafe_allow_html=True)
126
 
127
- if "messages" not in st:
128
- st.chat_input = None
129
  if "chat_history" not in st.session_state:
130
  st.session_state.chat_history = None
131
 
 
124
  page_icon=":books:")
125
  st.write(css, unsafe_allow_html=True)
126
 
127
+ st.chat_input = None
 
128
  if "chat_history" not in st.session_state:
129
  st.session_state.chat_history = None
130