Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|
|
|
|
|
|