Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|