Kev09 commited on
Commit
da1b636
·
1 Parent(s): 7b0d0fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def fonc(img):
23
 
24
 
25
 
26
- with gr.Blocks() as demo:
27
  gr.Markdown("Start typing below and then click **Run** to see the output.")
28
  img1=gr.Image(type='filepath',tool=['editor', 'select'] )
29
 
 
23
 
24
 
25
 
26
+ with gr.Blocks(css="footer {visibility: hidden}") as demo:
27
  gr.Markdown("Start typing below and then click **Run** to see the output.")
28
  img1=gr.Image(type='filepath',tool=['editor', 'select'] )
29