kikuepi commited on
Commit
50e9893
ยท
verified ยท
1 Parent(s): b1d4961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -10
app.py CHANGED
@@ -59,13 +59,10 @@ if uploaded_file:
59
 
60
  st.write(f"ใƒ‘ใƒผใ‚ฝใƒŠใƒซใ‚ซใƒฉใƒผใฏ {season_type} ใงใ™")
61
 
62
- # ใŠใ™ใ™ใ‚ใฎๅ•†ๅ“ใ‚’่ฆ‹ใ‚‹ใƒœใ‚ฟใƒณ
63
- view_result = st.button("่จบๆ–ญ็ตๆžœ่ฉณ็ดฐ & ใŠใ™ใ™ใ‚ๅ•†ๅ“ใ‚’่ฆ‹ใ‚‹")
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")
 
59
 
60
  st.write(f"ใƒ‘ใƒผใ‚ฝใƒŠใƒซใ‚ซใƒฉใƒผใฏ {season_type} ใงใ™")
61
 
62
+ st.session_state.result = True
63
+ st.image(f"{season_type}.png")
64
+ st.write(
65
+ """
66
+ ใŠใ™ใ™ใ‚ใฎๅ•†ๅ“ใงใ™ใ€‚
67
+ """)
68
+ st.image("ๆœ.png")