Yoon-gu Hwang commited on
Commit
37ab76b
1 Parent(s): 7f078c2

버튼을 누르세요.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)