prithivMLmods commited on
Commit
d5491a1
1 Parent(s): b0b059e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="JohnSmith9982/small_and_pretty") as demo:
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",