Spaces:
Running
on
Zero
Running
on
Zero
themanfrom
commited on
Commit
·
db64075
1
Parent(s):
22de241
fix footer
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ Sorularınız mı var? Bize <b>[email protected]</b> üzerinden ulaşabilir
|
|
272 |
|
273 |
theme = gr.themes.Base()
|
274 |
|
275 |
-
with gr.Blocks(theme=theme) as demo:
|
276 |
gr.Markdown(_HEADER_)
|
277 |
with gr.Row(variant="panel"):
|
278 |
with gr.Column():
|
|
|
272 |
|
273 |
theme = gr.themes.Base()
|
274 |
|
275 |
+
with gr.Blocks(theme=theme, css="footer{display:none !important}") as demo:
|
276 |
gr.Markdown(_HEADER_)
|
277 |
with gr.Row(variant="panel"):
|
278 |
with gr.Column():
|