saritha5 commited on
Commit
8ceffbb
·
1 Parent(s): 9c9a930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -31,12 +31,12 @@ if st.button("Predict"):
31
 
32
  st.write("""
33
 
 
 
34
 
 
35
 
36
-
37
-
38
-
39
-
40
- For detail description visit https://huggingface.co/spaces/ThirdEyeData/Retail-Anomaly/blob/main/README.md
41
-
42
- """)
 
31
 
32
  st.write("""
33
 
34
+ For a detailed description please look through our Documentation
35
+ """)
36
 
37
+ url = 'https://huggingface.co/spaces/ThirdEyeData/Retail-Anomaly/blob/main/README.md'
38
 
39
+ st.markdown(f'''
40
+ <a href={url}><button style="background-color:GreenYellow;">Documentation</button></a>
41
+ ''',
42
+ unsafe_allow_html=True)