Spaces:
Runtime error
Runtime error
Commit
·
41f8389
1
Parent(s):
00202df
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ def blog_gen(txt):
|
|
12 |
|
13 |
|
14 |
iface = gr.Interface(fn=blog_gen,
|
|
|
15 |
inputs=[
|
16 |
gr.inputs.Textbox(
|
17 |
lines=2, placeholder=None, label='Sentence'),
|
|
|
12 |
|
13 |
|
14 |
iface = gr.Interface(fn=blog_gen,
|
15 |
+
css="footer {visibility: hidden}",
|
16 |
inputs=[
|
17 |
gr.inputs.Textbox(
|
18 |
lines=2, placeholder=None, label='Sentence'),
|