kikuepi commited on
Commit
b1d4961
ยท
1 Parent(s): 4ef6b50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -9
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
- if st.session_state.result and not st.session_state.show_video:
69
- view_recommend = st.button("ใŠใ™ใ™ใ‚ใฎๅ•†ๅ“ใ‚’่ฆ‹ใ‚‹")
70
- if view_recommend:
71
- st.write(
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")