AlanOC commited on
Commit
ae86349
·
verified ·
1 Parent(s): aa46f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ def main():
417
  """, unsafe_allow_html=True)
418
 
419
  # Add some empty space at the end of the chat history
420
- for _ in range(10): # Adjust the range to increase or decrease the space
421
  st.empty()
422
 
423
 
 
417
  """, unsafe_allow_html=True)
418
 
419
  # Add some empty space at the end of the chat history
420
+ for _ in range(50): # Adjust the range to increase or decrease the space
421
  st.empty()
422
 
423