Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ if __name__ == "__main__":
|
|
27 |
],
|
28 |
description=main_title,
|
29 |
examples=examples,
|
30 |
-
theme="
|
31 |
thumbnail="None",
|
32 |
css="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css",
|
33 |
).launch()
|
|
|
27 |
],
|
28 |
description=main_title,
|
29 |
examples=examples,
|
30 |
+
theme="seafoam",
|
31 |
thumbnail="None",
|
32 |
css="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css",
|
33 |
).launch()
|