JiunYi commited on
Commit
92a4ef8
1 Parent(s): 8302c75

Adjust layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ css = """
63
  footer {visibility: hidden}
64
  a {color: rgb(255, 206, 10) !important}
65
  """
66
- with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="lime")) as demo:
67
 
68
  gr.HTML("<h1>ESG RAG Playground</h1>", elem_id="center")
69
  gr.Markdown("Made by `Abao`", elem_id="center")
 
63
  footer {visibility: hidden}
64
  a {color: rgb(255, 206, 10) !important}
65
  """
66
+ with gr.Blocks(css=css, theme=gr.themes.Monochrome(neutral_hue="green", primary_hue="slate")) as demo:
67
 
68
  gr.HTML("<h1>ESG RAG Playground</h1>", elem_id="center")
69
  gr.Markdown("Made by `Abao`", elem_id="center")