tonyassi commited on
Commit
c7fc7de
·
verified ·
1 Parent(s): 38d1d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ source = ColumnDataSource(data=data)
23
  color_mapper = linear_cmap(field_name='id', palette=Viridis256[::-1], low=0, high=len(data['id']))
24
 
25
  # Create the figure
26
- p = figure(title="Scatter Plot with Image Hover", tools="pan,box_zoom,wheel_zoom,zoom_in,zoom_out,save,reset,hover", active_scroll="wheel_zoom",
27
  width=1500, height=1000, tooltips="""
28
  <div>
29
  <div><strong>@label</strong></div>
 
23
  color_mapper = linear_cmap(field_name='id', palette=Viridis256[::-1], low=0, high=len(data['id']))
24
 
25
  # Create the figure
26
+ p = figure(title="Image Similarity Data Visualization", tools="pan,box_zoom,wheel_zoom,zoom_in,zoom_out,save,reset,hover", active_scroll="wheel_zoom",
27
  width=1500, height=1000, tooltips="""
28
  <div>
29
  <div><strong>@label</strong></div>