Update app.py
Browse files
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!
|