com3dian commited on
Commit
c56f5fc
·
verified ·
1 Parent(s): d1c6f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def update_text():
117
  text = st.text_area("Edit Text", st.session_state.current_text, height=200, key="text_area_value", on_change=update_text)
118
 
119
  # Display page turner controls
120
- col1, col2, col3 = st.columns([3, 11, 2])
121
 
122
  # Previous button in col1
123
  with col1:
 
117
  text = st.text_area("Edit Text", st.session_state.current_text, height=200, key="text_area_value", on_change=update_text)
118
 
119
  # Display page turner controls
120
+ col1, col2, col3 = st.columns([3, 11, 1.75])
121
 
122
  # Previous button in col1
123
  with col1: