change theme to grass
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ iface = gr.Interface(
|
|
| 60 |
gr.inputs.Dropdown(["Asian", "Black", "Coloured", "White", "Other"], default="Asian", label="Race"),
|
| 61 |
gr.inputs.Dropdown(["1", "2"], default="1", label="Diabetes Type")],
|
| 62 |
outputs="html",
|
| 63 |
-
theme="
|
| 64 |
examples=[
|
| 65 |
[50, "Male", "Black", 2],
|
| 66 |
[76, "Female", "Asian", 2],
|
|
|
|
| 60 |
gr.inputs.Dropdown(["Asian", "Black", "Coloured", "White", "Other"], default="Asian", label="Race"),
|
| 61 |
gr.inputs.Dropdown(["1", "2"], default="1", label="Diabetes Type")],
|
| 62 |
outputs="html",
|
| 63 |
+
theme="grass",
|
| 64 |
examples=[
|
| 65 |
[50, "Male", "Black", 2],
|
| 66 |
[76, "Female", "Asian", 2],
|