kikuepi commited on
Commit
c64c958
·
verified ·
1 Parent(s): 72d151b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -57,12 +57,13 @@ if uploaded_file:
57
  if 'result' not in st.session_state:
58
  st.session_state.result = False
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")
 
57
  if 'result' not in st.session_state:
58
  st.session_state.result = False
59
 
60
+ st.write(f"パーソナルカラー診断結果:{season_type} ")
61
+ st.write("あなたにおすすめの色はこちらです")
62
 
63
  st.session_state.result = True
64
  st.image(f"{season_type}.png")
65
  st.write(
66
  """
67
+ あなたにおすすめの商品はこちらです
68
  """)
69
  st.image("服.png")