Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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([2, 12, 1.7])
|
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.25, 12, 1.7])
|
121 |
|
122 |
# Previous button in col1
|
123 |
with col1:
|