Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,8 @@ if st.session_state['show_result'] != 0:
|
|
| 158 |
๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ
|
| 159 |
</div>
|
| 160 |
""", unsafe_allow_html=True)
|
| 161 |
-
st.
|
|
|
|
| 162 |
else:
|
| 163 |
st.markdown("""
|
| 164 |
<style>
|
|
@@ -190,4 +191,6 @@ if st.session_state['show_result'] != 0:
|
|
| 190 |
<div class="centered">
|
| 191 |
๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ
|
| 192 |
</div>
|
| 193 |
-
""", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
| 158 |
๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ๐ฆ
|
| 159 |
</div>
|
| 160 |
""", unsafe_allow_html=True)
|
| 161 |
+
if st.session_state['upload_choice'] == 'file_up':
|
| 162 |
+
st.image(img)
|
| 163 |
else:
|
| 164 |
st.markdown("""
|
| 165 |
<style>
|
|
|
|
| 191 |
<div class="centered">
|
| 192 |
๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ๐ฟ๏ธ
|
| 193 |
</div>
|
| 194 |
+
""", unsafe_allow_html=True)
|
| 195 |
+
if st.session_state['upload_choice'] == 'file_up':
|
| 196 |
+
st.image(img)
|