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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- with gr.Blocks() 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
 
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!