Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,11 +30,13 @@ def ZRscore_outlier(packet,med,ma):
|
|
| 30 |
packet = st.number_input("Packet Number",step=1)
|
| 31 |
st.header(ZRscore_outlier(packet,MED,MA))
|
| 32 |
|
| 33 |
-
st.write("""
|
|
|
|
| 34 |
""")
|
| 35 |
|
| 36 |
-
url = 'https://huggingface.co/spaces/ThirdEyeData/
|
| 37 |
|
| 38 |
st.markdown(f'''
|
| 39 |
<a href={url}><button style="background-color: #668F45;">Documentation</button></a>
|
| 40 |
-
''',
|
|
|
|
|
|
| 30 |
packet = st.number_input("Packet Number",step=1)
|
| 31 |
st.header(ZRscore_outlier(packet,MED,MA))
|
| 32 |
|
| 33 |
+
st.write("""
|
| 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: #668F45;">Documentation</button></a>
|
| 41 |
+
''',
|
| 42 |
+
unsafe_allow_html=True)
|