Spaces:
Build error
Build error
feat: Improve color of caption
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def draw_interactive_scatter_plot(
|
|
64 |
p.toolbar.logo = None
|
65 |
|
66 |
disclaimer = Label(x=0, y=0, x_units="screen", y_units="screen",
|
67 |
-
text_font_size="14px", text_color="
|
68 |
text="Topic equals -1 means no topic was detected for such tweet")
|
69 |
p.add_layout(disclaimer, "below")
|
70 |
return p
|
|
|
64 |
p.toolbar.logo = None
|
65 |
|
66 |
disclaimer = Label(x=0, y=0, x_units="screen", y_units="screen",
|
67 |
+
text_font_size="14px", text_color="gray",
|
68 |
text="Topic equals -1 means no topic was detected for such tweet")
|
69 |
p.add_layout(disclaimer, "below")
|
70 |
return p
|