TheMaisk commited on
Commit
a68f13b
·
1 Parent(s): a4555db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -165,7 +165,9 @@ css = """
165
  }
166
  """
167
 
168
- with gr.Blocks(css=css) as demo:
 
 
169
 
170
  favicon = '<img src="" width="48px" style="display: inline">'
171
  gr.Markdown(
 
165
  }
166
  """
167
 
168
+ theme = "syddharth/gray-minimal"
169
+
170
+ with gr.Blocks(css=css, theme=theme) as demo:
171
 
172
  favicon = '<img src="" width="48px" style="display: inline">'
173
  gr.Markdown(