Spaces:
Runtime error
Runtime error
Commit
·
f3c456e
1
Parent(s):
bc97e3c
작업 내용 커밋
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ menu = st.sidebar.radio(
|
|
289 |
# 사이드바 맨 아래에 설문조사 링크
|
290 |
st.sidebar.markdown('<hr style="margin:1em 0;">', unsafe_allow_html=True)
|
291 |
st.sidebar.markdown(
|
292 |
-
'<a href="https://forms.gle/SUqrGBT3dktSB7v26" target="_blank" style="display:inline-block; background:#f9e79f; color:#1a237e; font-weight:bold; padding:0.5em 1.2em; border-radius:8px; text-decoration:none; font-size:1.1em; margin-bottom:16px;">📝
|
293 |
unsafe_allow_html=True
|
294 |
)
|
295 |
|
|
|
289 |
# 사이드바 맨 아래에 설문조사 링크
|
290 |
st.sidebar.markdown('<hr style="margin:1em 0;">', unsafe_allow_html=True)
|
291 |
st.sidebar.markdown(
|
292 |
+
'<a href="https://forms.gle/SUqrGBT3dktSB7v26" target="_blank" style="display:inline-block; background:#f9e79f; color:#1a237e; font-weight:bold; padding:0.5em 1.2em; border-radius:8px; text-decoration:none; font-size:1.1em; margin-bottom:16px;">📝 서비스 어떻게 생각하세요?</a>',
|
293 |
unsafe_allow_html=True
|
294 |
)
|
295 |
|