remove extra close brace
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ iface = gr.Interface(
|
|
60 |
[30, "Male", "Coloured", 1],
|
61 |
[65, "Female", "Other", 2],
|
62 |
],
|
63 |
-
gr.outputs.HighlightedText(color_map={"+": "lightgreen", "-": "pink", })
|
64 |
)
|
65 |
|
66 |
|
|
|
60 |
[30, "Male", "Coloured", 1],
|
61 |
[65, "Female", "Other", 2],
|
62 |
],
|
63 |
+
gr.outputs.HighlightedText(color_map={"+": "lightgreen", "-": "pink", })
|
64 |
)
|
65 |
|
66 |
|