Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,12 +64,8 @@ if uploaded_file:
|
|
64 |
if view_result or st.session_state.result:
|
65 |
st.session_state.result = True
|
66 |
st.image(f"{season_type}.png")
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
"""
|
73 |
-
ใใใใใฎๅๅใงใใ
|
74 |
-
""")
|
75 |
-
st.image("ๆ.png")
|
|
|
64 |
if view_result or st.session_state.result:
|
65 |
st.session_state.result = True
|
66 |
st.image(f"{season_type}.png")
|
67 |
+
st.write(
|
68 |
+
"""
|
69 |
+
ใใใใใฎๅๅใงใใ
|
70 |
+
""")
|
71 |
+
st.image("ๆ.png")
|
|
|
|
|
|
|
|