wilmerags commited on
Commit
8e41537
·
1 Parent(s): bae435d

feat: Improve color of caption

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="silver",
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