juju6326 commited on
Commit
fbf76b7
·
verified ·
1 Parent(s): 78f78b3

Update pages/View_Points.py

Browse files
Files changed (1) hide show
  1. pages/View_Points.py +2 -2
pages/View_Points.py CHANGED
@@ -10,8 +10,8 @@ import streamlit.components.v1 as components
10
 
11
  from utils import plot_streamlit_wordcloud, plot_tag_heatmap, plot_mds_streamlit
12
  from config import APP_TITLE, LAYOUT, load_font_css, chinese_name_map, genres_map, FIXED_GENRE_COLORS, \
13
- datasets_dict_view, FONT_PATH
14
-
15
  # -------------------------
16
  # Streamlit 全局設定
17
  # -------------------------
 
10
 
11
  from utils import plot_streamlit_wordcloud, plot_tag_heatmap, plot_mds_streamlit
12
  from config import APP_TITLE, LAYOUT, load_font_css, chinese_name_map, genres_map, FIXED_GENRE_COLORS, \
13
+ FONT_PATH
14
+ # datasets_dict_view,
15
  # -------------------------
16
  # Streamlit 全局設定
17
  # -------------------------