Zakia commited on
Commit
b461b0e
1 Parent(s): 3a43522

remove extra close brace

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
+ outputs.HighlightedText(color_map={"+": "lightgreen", "-": "pink", })
64
  )
65
 
66