Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ st.markdown("""
|
|
| 69 |
<style>
|
| 70 |
/* プログレスバーの色を変更 */
|
| 71 |
.stProgress > div > div > div > div {
|
| 72 |
-
background-color: #
|
| 73 |
}
|
| 74 |
</style>
|
| 75 |
""", unsafe_allow_html=True)
|
|
@@ -89,7 +89,7 @@ selected_category = st.selectbox("1.目標キャラクターを選択", cate
|
|
| 89 |
image_file_number = category_list.index(selected_category) + 1
|
| 90 |
image_path = f"img/{image_file_number}.png"
|
| 91 |
image_width=300
|
| 92 |
-
judge_text = st.text_input("2.セリフを入力 //例: 貴方達も迷ったんですか?, よし、変身完了だ。,
|
| 93 |
|
| 94 |
st.button("🔍 チェックする", on_click=on_button_click)
|
| 95 |
st.divider()
|
|
|
|
| 69 |
<style>
|
| 70 |
/* プログレスバーの色を変更 */
|
| 71 |
.stProgress > div > div > div > div {
|
| 72 |
+
background-color: #8CAB8B;
|
| 73 |
}
|
| 74 |
</style>
|
| 75 |
""", unsafe_allow_html=True)
|
|
|
|
| 89 |
image_file_number = category_list.index(selected_category) + 1
|
| 90 |
image_path = f"img/{image_file_number}.png"
|
| 91 |
image_width=300
|
| 92 |
+
judge_text = st.text_input("2.セリフを入力 //例: 貴方達も迷ったんですか?, よし、変身完了だ。, 勿論幽霊は抜きにして…でしょうね。//ですわ。,だろ!,ですね。")
|
| 93 |
|
| 94 |
st.button("🔍 チェックする", on_click=on_button_click)
|
| 95 |
st.divider()
|