the-confused-coder commited on
Commit
6597aa1
1 Parent(s): 6e0077a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -46,6 +46,4 @@ clr_btn = st.button("Clear Chat History")
46
  if clr_btn:
47
  st.session_state['chat_history']=[]
48
  chat_history_text = "\n\n".join(st.session_state.chat_history)
49
- history_container.text_area("**Chat History**", value=chat_history_text, height=300)
50
-
51
-
 
46
  if clr_btn:
47
  st.session_state['chat_history']=[]
48
  chat_history_text = "\n\n".join(st.session_state.chat_history)
49
+ history_container.text_area("**Chat History**", value=chat_history_text, height=300)