K00B404 commited on
Commit
6ea7834
·
verified ·
1 Parent(s): ebc1ead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with tabs[2]:
86
  st.header("AIvatar ChatBot")
87
 
88
  # Chat history and user input
89
- chat_history_ai = st.text_area("Chat History", height=300)
90
  user_input_ai = st.text_input("Your Input")
91
 
92
  # Send button
 
86
  st.header("AIvatar ChatBot")
87
 
88
  # Chat history and user input
89
+ chat_history_ai = st.text_area("Chat History", height=300, key=generate_random_key())
90
  user_input_ai = st.text_input("Your Input")
91
 
92
  # Send button