Yoon-gu Hwang
commited on
Commit
•
37ab76b
1
Parent(s):
7f078c2
버튼을 누르세요.
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
info[user]['count'] = 0
|
95 |
info[user]['time'] = time.time()
|
96 |
else:
|
97 |
-
bot_message = "퀴즈를 시작하고 싶으시면, **퀴즈
|
98 |
else:
|
99 |
if answer.value == message:
|
100 |
q, a = get_question_answer(pokemons_set)
|
|
|
94 |
info[user]['count'] = 0
|
95 |
info[user]['time'] = time.time()
|
96 |
else:
|
97 |
+
bot_message = "퀴즈를 시작하고 싶으시면, **퀴즈 시작** 버튼을 누르세요."
|
98 |
else:
|
99 |
if answer.value == message:
|
100 |
q, a = get_question_answer(pokemons_set)
|