coadyo commited on
Commit
1c7b8fc
·
verified ·
1 Parent(s): 6ed3478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ description2 = """
40
  To use the app, click on one of the examples, or adjust the values of the factors, and click on Analyze. 🤞
41
  """
42
 
43
- with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.blue),title=title) as demo:
44
  gr.Markdown(f"## {title}")
45
  gr.Markdown(description1)
46
  gr.Markdown("""---""")
 
40
  To use the app, click on one of the examples, or adjust the values of the factors, and click on Analyze. 🤞
41
  """
42
 
43
+ with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.pink),title=title) as demo:
44
  gr.Markdown(f"## {title}")
45
  gr.Markdown(description1)
46
  gr.Markdown("""---""")