Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -156,6 +156,19 @@ st.write(randindex(bkps, bkps1))
|
|
156 |
|
157 |
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
|
160 |
|
161 |
|
|
|
156 |
|
157 |
|
158 |
|
159 |
+
st.write("""
|
160 |
+
For a detailed description please look through our Documentation
|
161 |
+
""")
|
162 |
+
|
163 |
+
url = 'https://huggingface.co/spaces/ThirdEyeData/ChangePointDetection/blob/main/README.md'
|
164 |
+
|
165 |
+
st.markdown(f'''
|
166 |
+
<a href={url}><button style="background-color: #668F45;">Documentation</button></a>
|
167 |
+
''',
|
168 |
+
unsafe_allow_html=True)
|
169 |
+
|
170 |
+
|
171 |
+
|
172 |
|
173 |
|
174 |
|