Spaces:
Build error
Build error
fix: Remove previous attempt to legends
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def draw_interactive_scatter_plot(
|
|
123 |
text_font_size="14px", text_color="gray",
|
124 |
text="Topic equals -1 means no topic was detected for such tweet")
|
125 |
p.add_layout(disclaimer, "below")
|
126 |
-
|
127 |
return p
|
128 |
|
129 |
# Up to here
|
|
|
123 |
text_font_size="14px", text_color="gray",
|
124 |
text="Topic equals -1 means no topic was detected for such tweet")
|
125 |
p.add_layout(disclaimer, "below")
|
126 |
+
|
127 |
return p
|
128 |
|
129 |
# Up to here
|