Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ 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 |
-
For a detailed description please look through our Documentation
|
34 |
""")
|
35 |
|
36 |
url = 'https://huggingface.co/spaces/ThirdEyeData/Network_Data_Anomaly/blob/main/README.md'
|
|
|
30 |
packet = st.number_input("Packet Number",step=1)
|
31 |
st.header(ZRscore_outlier(packet,MED,MA))
|
32 |
|
33 |
+
st.write("""For a detailed description please look through our Documentation
|
34 |
""")
|
35 |
|
36 |
url = 'https://huggingface.co/spaces/ThirdEyeData/Network_Data_Anomaly/blob/main/README.md'
|