Spaces:
Build error
Build error
fix: Fix placement of legend
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def draw_interactive_scatter_plot(
|
|
115 |
# p.ygrid.grid_line_color = None
|
116 |
p.toolbar.logo = None
|
117 |
|
118 |
-
p.legend.location = "
|
119 |
p.legend.title = "Topics ID"
|
120 |
p.legend.background_fill_alpha = 0.25
|
121 |
|
|
|
115 |
# p.ygrid.grid_line_color = None
|
116 |
p.toolbar.logo = None
|
117 |
|
118 |
+
p.legend.location = "bottom_right"
|
119 |
p.legend.title = "Topics ID"
|
120 |
p.legend.background_fill_alpha = 0.25
|
121 |
|