Spaces:
Build error
Build error
fix: Adapt caption placing
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def draw_interactive_scatter_plot(
|
|
63 |
# p.ygrid.grid_line_color = None
|
64 |
p.toolbar.logo = None
|
65 |
|
66 |
-
disclaimer = Label(x=
|
67 |
text_font_size="11px", text_color="silver",
|
68 |
text="Topic equals -1 means no topic was detected for such tweet")
|
69 |
p.add_layout(disclaimer, "below")
|
|
|
63 |
# p.ygrid.grid_line_color = None
|
64 |
p.toolbar.logo = None
|
65 |
|
66 |
+
disclaimer = Label(x=0, y=0, x_units="screen", y_units="screen",
|
67 |
text_font_size="11px", text_color="silver",
|
68 |
text="Topic equals -1 means no topic was detected for such tweet")
|
69 |
p.add_layout(disclaimer, "below")
|