Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,7 @@ if uploaded_file is not None:
|
|
139 |
st.markdown('</div>', unsafe_allow_html=True)
|
140 |
|
141 |
button_clicked = st.button("μλ¨μ λ μ¬μ§μ λ₯νμ΄ν¬ λͺ¨λΈμ νμ΅μν€κΈ°")
|
|
|
142 |
|
143 |
if button_clicked:
|
144 |
st.markdown('<div class="container">', unsafe_allow_html=True)
|
@@ -166,3 +167,4 @@ if uploaded_file is not None:
|
|
166 |
|
167 |
|
168 |
st.markdown('<div class="bottom-space"></div>', unsafe_allow_html=True)
|
|
|
|
139 |
st.markdown('</div>', unsafe_allow_html=True)
|
140 |
|
141 |
button_clicked = st.button("μλ¨μ λ μ¬μ§μ λ₯νμ΄ν¬ λͺ¨λΈμ νμ΅μν€κΈ°")
|
142 |
+
st.markdown('</div>', unsafe_allow_html=True)
|
143 |
|
144 |
if button_clicked:
|
145 |
st.markdown('<div class="container">', unsafe_allow_html=True)
|
|
|
167 |
|
168 |
|
169 |
st.markdown('<div class="bottom-space"></div>', unsafe_allow_html=True)
|
170 |
+
st.markdown('</div>', unsafe_allow_html=True)
|