John Smith commited on
Commit
c9f40d2
·
1 Parent(s): 6066420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import os
3
 
4
 
5
  def image_mod(image):
 
6
  return
7
 
8
 
 
3
 
4
 
5
  def image_mod(image):
6
+ print("Hello world")
7
  return
8
 
9