wilmerags commited on
Commit
60bdc33
·
1 Parent(s): 01060c2

fix: Remove previous attempt to legends

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- p.add_layout(legend, "right")
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