Deniel Dimitrov commited on
Commit
2afd058
·
1 Parent(s): 36522c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def convert_to_ascii(image,integer):
23
  ascii_image += ascii_chars[int(pixel_value / 255 * (len(ascii_chars) - 1))]
24
  ascii_image += '\n'
25
 
26
- return ascii_image
27
 
28
 
29
 
 
23
  ascii_image += ascii_chars[int(pixel_value / 255 * (len(ascii_chars) - 1))]
24
  ascii_image += '\n'
25
 
26
+ return ascii_image
27
 
28
 
29