NikhilJoson commited on
Commit
0015234
1 Parent(s): bf6fa4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def start_game():
45
  current_pixel_size = PIXEL_SIZES[0]
46
  pixelated_image = pixelate(current_image, current_pixel_size)
47
 
48
- return pixelated_image, "Image Loaded. Guess the Celebrity!"
49
 
50
  # Reveal more of the image
51
  def clear_more():
 
45
  current_pixel_size = PIXEL_SIZES[0]
46
  pixelated_image = pixelate(current_image, current_pixel_size)
47
 
48
+ return pixelated_image, "Image Loaded. Guess the Cartoon Character!"
49
 
50
  # Reveal more of the image
51
  def clear_more():