Hnabil commited on
Commit
0cc6b1d
·
verified ·
1 Parent(s): 2ece906

Update HighlightedText

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,7 +55,8 @@ demo = gr.Interface(
55
  gr.HighlightedText(
56
  label="Standardized Adress",
57
  show_legend=True,
58
- ).style(color_map=color_map),
 
59
  ],
60
  examples=examples,
61
  theme=gr.themes.Base()
 
55
  gr.HighlightedText(
56
  label="Standardized Adress",
57
  show_legend=True,
58
+ color_map=color_map
59
+ )
60
  ],
61
  examples=examples,
62
  theme=gr.themes.Base()