soojeongcrystal commited on
Commit
4687603
Β·
verified Β·
1 Parent(s): 7de4bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -108,11 +108,12 @@ st.set_page_config(page_title="Curation", page_icon="🌷")
108
 
109
  # HTML을 μ‚¬μš©ν•œ 제λͺ©κ³Ό μ„€λͺ…κΈ€ μΆ”κ°€
110
  title_html = "<h1 style='text-align: left; font-size: 24px;'>컨텐츠 νλ ˆμ΄μ…˜</h1>"
111
- description_html = "<p style='text-align: left; font-size: 15px;'>ν•™μŠ΅ λͺ©μ κ³Ό λŒ€μƒμ— λ§žλŠ” 컨텐츠 νλ ˆμ΄μ…˜ 240317 by Crystal </p>"
112
 
113
  st.markdown(title_html, unsafe_allow_html=True)
114
  st.markdown(description_html, unsafe_allow_html=True)
115
 
 
116
  # μž…λ ₯ ν•­λͺ© μ„€μ •
117
  purpose = st.text_input("ν•™μŠ΅ λͺ©μ μ„ μ΅œλŒ€ν•œ ꡬ체적으둜 μž…λ ₯ν•΄μ£Όμ„Έμš”", placeholder="예: ꡬ성원이 일상 μ—…λ¬΄μ—μ„œ 행볡을 μ΄ν•΄ν•˜κ³  μ μš©ν•  수 μžˆλ„λ‘ ν•˜κΈ°")
118
  target = st.text_input("ν•™μŠ΅ λŒ€μƒμ˜ νŠΉμ§•μ„ μž…λ ₯ν•˜μ„Έμš”", placeholder="예: νŒ€μž₯을 μ œμ™Έν•œ 일반 ꡬ성원")
 
108
 
109
  # HTML을 μ‚¬μš©ν•œ 제λͺ©κ³Ό μ„€λͺ…κΈ€ μΆ”κ°€
110
  title_html = "<h1 style='text-align: left; font-size: 24px;'>컨텐츠 νλ ˆμ΄μ…˜</h1>"
111
+ description_html = "<p style='text-align: left; font-size: 15px; color: #808080; margin-bottom: 20px;'>ν•™μŠ΅ λͺ©μ κ³Ό λŒ€μƒμ— λ§žλŠ” 컨텐츠 νλ ˆμ΄μ…˜ 240317 by Crystal </p>"
112
 
113
  st.markdown(title_html, unsafe_allow_html=True)
114
  st.markdown(description_html, unsafe_allow_html=True)
115
 
116
+
117
  # μž…λ ₯ ν•­λͺ© μ„€μ •
118
  purpose = st.text_input("ν•™μŠ΅ λͺ©μ μ„ μ΅œλŒ€ν•œ ꡬ체적으둜 μž…λ ₯ν•΄μ£Όμ„Έμš”", placeholder="예: ꡬ성원이 일상 μ—…λ¬΄μ—μ„œ 행볡을 μ΄ν•΄ν•˜κ³  μ μš©ν•  수 μžˆλ„λ‘ ν•˜κΈ°")
119
  target = st.text_input("ν•™μŠ΅ λŒ€μƒμ˜ νŠΉμ§•μ„ μž…λ ₯ν•˜μ„Έμš”", placeholder="예: νŒ€μž₯을 μ œμ™Έν•œ 일반 ꡬ성원")