saritha5 commited on
Commit
6189edb
1 Parent(s): 1fc3528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
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