Skip to content

Commit

Permalink
Merge pull request #384 from ZJUEarthData/web
Browse files Browse the repository at this point in the history
perf: add chatbot in online docs.
  • Loading branch information
SanyHe authored Sep 15, 2024
2 parents 15f18b4 + 3260ba2 commit a70829e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ["static"]
html_js_files = [
'dify.js',
('https://udify.app/embed.min.js', {'defer': 'true',"id":'fQEsdVSPPy5MKVgo'}),
"dify.js",
("https://udify.app/embed.min.js", {"defer": "true", "id": "T76i6OWatem8lTEs"}),
]
html_theme_options = {
"top_of_page_button": "edit",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/static/dify.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

window.difyChatbotConfig = {
token: 'fQEsdVSPPy5MKVgo'
token: 'T76i6OWatem8lTEs'
}
2 changes: 1 addition & 1 deletion geochemistrypi/data_mining/model/decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class DecompositionWorkflowBase(WorkflowBase):
"""The base workflow class of decomposition algorithms."""

common_function = [func.value for func in DecompositionCommonFunction] # 'Decomposition Result',
common_function = [func.value for func in DecompositionCommonFunction]

def __init__(self) -> None:
super().__init__()
Expand Down

0 comments on commit a70829e

Please sign in to comment.