muhnatha commited on
Commit
fc066bb
·
verified ·
1 Parent(s): cb21aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def initialize_interface():
45
  description="Type your dialog",
46
  allow_flagging="never"
47
  )
 
48
  response = iface.launch()
49
  if response[2] == "yes": # Check if user wants to play again
50
  initialize_interface() # Restart the game
 
45
  description="Type your dialog",
46
  allow_flagging="never"
47
  )
48
+ iface.launch()
49
  response = iface.launch()
50
  if response[2] == "yes": # Check if user wants to play again
51
  initialize_interface() # Restart the game