You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/streamlit_app.py
+51-19Lines changed: 51 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@
51
51
52
52
ABOUT=f'{GIT_REPO_URL}/blob/main/README.md'
53
53
54
+
APP_DESC=f"""
55
+
This app leverages the *Mapper Algorithm* from Topological Data Analysis (TDA) to provide an efficient and intuitive way to gain insights from your datasets.
56
+
57
+
For more details:
58
+
**{GIT_REPO_URL}**.
59
+
"""
60
+
54
61
# V_* are reusable values for widgets
55
62
56
63
V_LENS_IDENTITY='Identity'
@@ -113,12 +120,11 @@
113
120
114
121
S_RESULTS='stored_results'
115
122
116
-
APP_DESC=f"""
117
-
This app leverages the *Mapper Algorithm* from Topological Data Analysis (TDA) to provide an efficient and intuitive way to gain insights from your datasets.
0 commit comments