JUNGU commited on
Commit
b3e883e
ยท
verified ยท
1 Parent(s): 2b5a147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ with col1:
95
  elif record_key not in st.session_state:
96
  st.session_state[record_key] = ""
97
 
98
- with st.expander(f"์ž…๋ ฅ์ฐฝ {i+1}", expanded=False):
99
  user_input = st.text_area("์ƒํ™œ๊ธฐ๋ก๋ถ€ ๋‚ด์šฉ ์ž…๋ ฅ", key=record_key, height=150, value=st.session_state[record_key])
100
  current_bytes = len(user_input.encode('utf-8'))
101
  st.caption(f"ํ˜„์žฌ ์ž…๋ ฅ์ฐฝ ๋ฐ”์ดํŠธ ์ˆ˜: {current_bytes}")
 
95
  elif record_key not in st.session_state:
96
  st.session_state[record_key] = ""
97
 
98
+ with st.expander(f"์ž…๋ ฅ์ฐฝ {i+1}", expanded=False):
99
  user_input = st.text_area("์ƒํ™œ๊ธฐ๋ก๋ถ€ ๋‚ด์šฉ ์ž…๋ ฅ", key=record_key, height=150, value=st.session_state[record_key])
100
  current_bytes = len(user_input.encode('utf-8'))
101
  st.caption(f"ํ˜„์žฌ ์ž…๋ ฅ์ฐฝ ๋ฐ”์ดํŠธ ์ˆ˜: {current_bytes}")