uyen13 commited on
Commit
c1a8412
1 Parent(s): 43be515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -139,11 +139,4 @@ if st.session_state['generated']:
139
  message(st.session_state["past"][i], is_user=True, key=str(i) + '_user', avatar_style="big-smile")
140
  message(st.session_state["generated"][i], key=str(i), avatar_style="thumbs")
141
  # Add a scrollbar to the chat history
142
- st.markdown("""
143
- <style>
144
- .stText {
145
- overflow-y: auto;
146
- height: 100%; /* Ensure the chat history container takes up full available height */
147
- }
148
- </style>
149
- """, unsafe_allow_html=True)
 
139
  message(st.session_state["past"][i], is_user=True, key=str(i) + '_user', avatar_style="big-smile")
140
  message(st.session_state["generated"][i], key=str(i), avatar_style="thumbs")
141
  # Add a scrollbar to the chat history
142
+