Update app.py
Browse files
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.
|
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("""---""")
|