shivanshu292001 commited on
Commit
c17cd7b
1 Parent(s): 3f6e731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,5 +16,6 @@ iface = gr.Interface(fn=blog_gen,
16
  gr.inputs.Textbox(
17
  lines=2, placeholder=None, label='Sentence'),
18
  ],
19
- outputs=[gr.outputs.JSON(label=None)])
 
20
  iface.launch()
 
16
  gr.inputs.Textbox(
17
  lines=2, placeholder=None, label='Sentence'),
18
  ],
19
+ outputs=[gr.outputs.JSON(label=None)],
20
+ css="footer {visibility: hidden}")
21
  iface.launch()