Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
|
|
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")
|