soojeongcrystal commited on
Commit
6f16ee7
·
verified ·
1 Parent(s): 7faf694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ if 'selected_concern' in st.session_state:
89
 
90
  # 조언 제출 섹션
91
  if 'selected_concern' in st.session_state:
92
- advice = st.text_area(f"### 고민에 대한 조언을 입력해주세요:", key="advice_input", value="")
93
  submit_advice_button = st.button("조언 제출하기")
94
 
95
  if submit_advice_button and advice.strip():
 
89
 
90
  # 조언 제출 섹션
91
  if 'selected_concern' in st.session_state:
92
+ advice = st.text_area(f"### 고민에 대한 조언을 입력해주세요:", key="advice_input", value="",height=100)
93
  submit_advice_button = st.button("조언 제출하기")
94
 
95
  if submit_advice_button and advice.strip():