ysharma HF staff commited on
Commit
2147dd0
1 Parent(s): 1f3032c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ css = """
151
  }
152
  """
153
 
154
- with gr.Blocks(css=css) as demo:
155
  with gr.Column(elem_id="col-container"):
156
  gr.Markdown(f"""
157
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
 
151
  }
152
  """
153
 
154
+ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
155
  with gr.Column(elem_id="col-container"):
156
  gr.Markdown(f"""
157
  <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">