Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ These entities are collectively referred to as **"CELLaTe"**.
|
|
| 60 |
"""
|
| 61 |
|
| 62 |
|
| 63 |
-
GR_THEME = gr.themes.
|
| 64 |
primary_hue="indigo",
|
| 65 |
secondary_hue="rose",
|
| 66 |
neutral_hue="gray"
|
|
|
|
| 60 |
"""
|
| 61 |
|
| 62 |
|
| 63 |
+
GR_THEME = gr.themes.Soft(
|
| 64 |
primary_hue="indigo",
|
| 65 |
secondary_hue="rose",
|
| 66 |
neutral_hue="gray"
|