Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
d5491a1
1
Parent(s):
b0b059e
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ css = '''
|
|
193 |
.gradio-container{max-width: 700px !important}
|
194 |
h1{text-align:center}
|
195 |
'''
|
196 |
-
with gr.Blocks(css=css, theme="
|
197 |
gr.Markdown(DESCRIPTION)
|
198 |
gr.DuplicateButton(
|
199 |
value="Duplicate Space for private use",
|
|
|
193 |
.gradio-container{max-width: 700px !important}
|
194 |
h1{text-align:center}
|
195 |
'''
|
196 |
+
with gr.Blocks(css=css, theme="shivi/calm_seafoam") as demo:
|
197 |
gr.Markdown(DESCRIPTION)
|
198 |
gr.DuplicateButton(
|
199 |
value="Duplicate Space for private use",
|