Spaces:
Sleeping
Sleeping
Jonghyun Moon
commited on
Commit
โข
a18ce75
1
Parent(s):
cc4cf74
deploy streamlit
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ row1_spacer1, row1_1, row1_spacer2 = st.columns((0.01, 0.01, 0.01))
|
|
262 |
|
263 |
with row1_1:
|
264 |
st.markdown("### nํ์ ๊ฐ์ด๋๋ผ์ธ")
|
265 |
-
st.markdown("1. ํ๋จ์ ์๋ ํ
์คํธ๋ฐ์ 5์
|
266 |
st.markdown("2. 'nํ์ ์ ์ํ๊ธฐ' ๋ฒํผ์ ํด๋ฆญํด์ฃผ์ธ์")
|
267 |
st.markdown("* nํ์ ํ์
์ค์ \n"
|
268 |
" * Alpha ver. : ๋ชจ๋ธ์ด ์ฒซ ์์ ๋ถํฐ ์์ฑ\n"
|
@@ -291,7 +291,7 @@ with row2_1:
|
|
291 |
|
292 |
with col2:
|
293 |
word_input = st.text_input(
|
294 |
-
"nํ์์ ์ฌ์ฉํ ๋จ์ด๋ฅผ ์ ๊ณ ๋ฒํผ์ ๋๋ฌ์ฃผ์ธ์.(์ต๋ 5์) ๐",
|
295 |
placeholder='ํ๊ธ ๋จ์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์',
|
296 |
max_chars=5
|
297 |
)
|
|
|
262 |
|
263 |
with row1_1:
|
264 |
st.markdown("### nํ์ ๊ฐ์ด๋๋ผ์ธ")
|
265 |
+
st.markdown("1. ํ๋จ์ ์๋ ํ
์คํธ๋ฐ์ 5์ ์ดํ๋ก ๋, ์์ฑ๋ ํ๊ธ ๋จ์ด๋ฅผ ๋ฃ์ด์ฃผ์ธ์")
|
266 |
st.markdown("2. 'nํ์ ์ ์ํ๊ธฐ' ๋ฒํผ์ ํด๋ฆญํด์ฃผ์ธ์")
|
267 |
st.markdown("* nํ์ ํ์
์ค์ \n"
|
268 |
" * Alpha ver. : ๋ชจ๋ธ์ด ์ฒซ ์์ ๋ถํฐ ์์ฑ\n"
|
|
|
291 |
|
292 |
with col2:
|
293 |
word_input = st.text_input(
|
294 |
+
"nํ์์ ์ฌ์ฉํ ํ๊ธ ๋จ์ด๋ฅผ ์ ๊ณ ๋ฒํผ์ ๋๋ฌ์ฃผ์ธ์.(์ต๋ 5์) ๐",
|
295 |
placeholder='ํ๊ธ ๋จ์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์',
|
296 |
max_chars=5
|
297 |
)
|