prithivMLmods commited on
Commit
828c7f6
1 Parent(s): 980227e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ css = '''
185
  .gradio-container{max-width: 560px !important}
186
  h1{text-align:center}
187
  '''
188
- with gr.Blocks(css=css, theme="gstaff/whiteboard") as demo:
189
  gr.Markdown(DESCRIPTION)
190
  gr.DuplicateButton(
191
  value="Duplicate Space for private use",
 
185
  .gradio-container{max-width: 560px !important}
186
  h1{text-align:center}
187
  '''
188
+ with gr.Blocks(css=css, theme="finlaymacklon/smooth_slate") as demo:
189
  gr.Markdown(DESCRIPTION)
190
  gr.DuplicateButton(
191
  value="Duplicate Space for private use",