TheMaisk commited on
Commit
b032bd6
·
verified ·
1 Parent(s): 20b54c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ description = """
132
  </div>
133
  """
134
 
135
- with gr.Blocks(theme=theme, analytics_enabled=False, css=css) as demo:
136
  with gr.Column():
137
  gr.Markdown(description)
138
  with gr.Row():
 
132
  </div>
133
  """
134
 
135
+ with gr.Blocks(theme="syddharth/gray-minimal", analytics_enabled=False, css=css) as demo:
136
  with gr.Column():
137
  gr.Markdown(description)
138
  with gr.Row():