Skip to content

Commit

Permalink
attribute changed
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 18, 2024
1 parent b4bb9b9 commit 4ca38ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def run():

plot = Bokeh.Circle(x_coordinates, y_coordinates, radii=0.05, colors=colors)
bokeh.add_plots([plot])
bokeh_iframe.set(bokeh.get_html_route_with_timestamp(), height="650px", width="100%")
bokeh_iframe.set(bokeh.html_route_with_timestamp, height="650px", width="100%")
card_embeddings_chart.show()
update_table()
info_run.description += "Done!<br>"
Expand Down

0 comments on commit 4ca38ef

Please sign in to comment.