Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ For a detailed description please look through our Documentation
|
|
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:
|
41 |
''',
|
42 |
unsafe_allow_html=True)
|
|
|
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: #668F45;">Documentation</button></a>
|
41 |
''',
|
42 |
unsafe_allow_html=True)
|