Spaces:
Sleeping
Sleeping
Update pages/View_Points.py
Browse files- 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 |
-
|
| 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 |
# -------------------------
|