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

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, 1.75])
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([2, 12, 1.7])
121
 
122
  # Previous button in col1
123
  with col1: