Rooni commited on
Commit
b0d86c6
·
1 Parent(s): aef934c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import gradio as gr
2
-
3
- with gr.Blocks(theme='YTheme/Sketch') as app:
 
 
4
  gr.Markdown("# YThemes")
5
  gr.Markdown("""
6
  Welcome to YThemes, a subdivision of YUFI focused on crafting beautiful and functional themes for Gradio interfaces!
 
1
  import gradio as gr
2
+ css="""
3
+ footer {display: none;}
4
+ """
5
+ with gr.Blocks(css=css, theme='YTheme/Sketch') as app:
6
  gr.Markdown("# YThemes")
7
  gr.Markdown("""
8
  Welcome to YThemes, a subdivision of YUFI focused on crafting beautiful and functional themes for Gradio interfaces!