balthou commited on
Commit
6be4e9d
·
1 Parent(s): 08f54aa

up code md

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def flip_image(img, flip=True, mirror=True):
27
 
28
 
29
  markdown_description = "# Code to build this app on gradio \n"
30
- markdown_description += "```"+open(__file__, 'r').read()+"```"
31
 
32
 
33
  @interactive_pipeline(
 
27
 
28
 
29
  markdown_description = "# Code to build this app on gradio \n"
30
+ markdown_description += "```python\n"+open(__file__, 'r').read()+"```"
31
 
32
 
33
  @interactive_pipeline(