Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|