yoon-gu commited on
Commit
4ad039f
1 Parent(s): 4cf05df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ with gr.Blocks() as demo:
17
 
18
 
19
  def respond(message, chat_history):
 
20
  if not quiz_start.value:
21
  chosen = random.choice(pokemons)
22
  name = chosen['name']
 
17
 
18
 
19
  def respond(message, chat_history):
20
+ print(quiz_start.value)
21
  if not quiz_start.value:
22
  chosen = random.choice(pokemons)
23
  name = chosen['name']