com3dian commited on
Commit
d59f8d5
·
verified ·
1 Parent(s): aa38316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
180
  "Edit Text",
181
  st.session_state.current_text,
182
  height=200,
183
- key="text_area_value",
184
  on_change=update_text
185
  )
186
 
 
180
  "Edit Text",
181
  st.session_state.current_text,
182
  height=200,
183
+ key="slide_text_area_value",
184
  on_change=update_text
185
  )
186