Spaces:
Sleeping
Sleeping
Update HighlightedText
Browse files
app.py
CHANGED
|
@@ -55,7 +55,8 @@ demo = gr.Interface(
|
|
| 55 |
gr.HighlightedText(
|
| 56 |
label="Standardized Adress",
|
| 57 |
show_legend=True,
|
| 58 |
-
|
|
|
|
| 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()
|