Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ if uploaded_file is not None:
|
|
217 |
st.image(image, use_column_width=True)
|
218 |
st.markdown('<div class="custom-caption-1">ํํฐ๋ฅผ ์
ํ ์ด๋ฏธ์ง</div>', unsafe_allow_html=True)
|
219 |
|
220 |
-
st.markdown('<div class="custom-caption-1">ํํฐ๋ฅผ ์
ํ ์ด๋ฏธ์ง๋ ์ก์์ผ๋ก
|
221 |
|
222 |
button_clicked = st.button("๋ฅํ์ดํฌ ์ ์ฉํ๊ธฐ")
|
223 |
|
@@ -238,7 +238,7 @@ if uploaded_file is not None:
|
|
238 |
|
239 |
with col4:
|
240 |
st.image(deepfake_image, use_column_width=True)
|
241 |
-
st.markdown('<div class="custom-caption-2"
|
242 |
st.markdown('<div class="custom-caption-3">๋ฐฉ์ง ํํฐ๋ฅผ ์
ํ ์ด๋ฏธ์ง๋ ๋ฅํ์ดํฌ์ ์ํฅ์ ๋ฐ์ง ์๊ณ ์์๋ณด๊ธฐ ํ๋ ์ฌ์ง์ ์ถ๋ ฅํจ์ผ๋ก์จ ์ด๋ฏธ์ง๋ฅผ ๋ณดํธํจ.</div>', unsafe_allow_html=True)
|
243 |
|
244 |
st.markdown('<p class="survey"> ์ ์ฌํ ์๋น์ค๋ฅผ ์ฌ์ฉํด ๋ณด์
จ๊ฑฐ๋, ์ ํฌ ๊ธฐ์ ์ ์๋ฆฌ์ ๊ด์ฌ์ด ์์ผ์ ๋ถ๋ค๊ป์ ์๋์ ๊ฐ๋จํ ์ธํฐ๋ทฐ์ ์ฐธ์ฌํด ์ฃผ์๋ฉด ์ง์ฌ์ผ๋ก ๊ฐ์ฌ๋๋ฆฌ๊ฒ ์ต๋๋ค.</p>', unsafe_allow_html=True)
|
|
|
217 |
st.image(image, use_column_width=True)
|
218 |
st.markdown('<div class="custom-caption-1">ํํฐ๋ฅผ ์
ํ ์ด๋ฏธ์ง</div>', unsafe_allow_html=True)
|
219 |
|
220 |
+
st.markdown('<div class="custom-caption-1">ํํฐ๋ฅผ ์
ํ ์ด๋ฏธ์ง๋ ์ก์์ผ๋ก ๋ดค์๋, ํฐ ์ฐจ์ด๊ฐ ์์</div>', unsafe_allow_html=True)
|
221 |
|
222 |
button_clicked = st.button("๋ฅํ์ดํฌ ์ ์ฉํ๊ธฐ")
|
223 |
|
|
|
238 |
|
239 |
with col4:
|
240 |
st.image(deepfake_image, use_column_width=True)
|
241 |
+
st.markdown('<div class="custom-caption-2">๋ฐฉ์ง ํํฐ ์ด๋ฏธ์ง๋ก ๋ฅํ์ดํฌ๋ฅผ ์ ์ํ ๊ฒฝ์ฐ</div>', unsafe_allow_html=True)
|
242 |
st.markdown('<div class="custom-caption-3">๋ฐฉ์ง ํํฐ๋ฅผ ์
ํ ์ด๋ฏธ์ง๋ ๋ฅํ์ดํฌ์ ์ํฅ์ ๋ฐ์ง ์๊ณ ์์๋ณด๊ธฐ ํ๋ ์ฌ์ง์ ์ถ๋ ฅํจ์ผ๋ก์จ ์ด๋ฏธ์ง๋ฅผ ๋ณดํธํจ.</div>', unsafe_allow_html=True)
|
243 |
|
244 |
st.markdown('<p class="survey"> ์ ์ฌํ ์๋น์ค๋ฅผ ์ฌ์ฉํด ๋ณด์
จ๊ฑฐ๋, ์ ํฌ ๊ธฐ์ ์ ์๋ฆฌ์ ๊ด์ฌ์ด ์์ผ์ ๋ถ๋ค๊ป์ ์๋์ ๊ฐ๋จํ ์ธํฐ๋ทฐ์ ์ฐธ์ฌํด ์ฃผ์๋ฉด ์ง์ฌ์ผ๋ก ๊ฐ์ฌ๋๋ฆฌ๊ฒ ์ต๋๋ค.</p>', unsafe_allow_html=True)
|