saritha5 commited on
Commit
0dbdef3
·
1 Parent(s): 0c09923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -28,4 +28,13 @@ def ZRscore_outlier(packet,med,ma):
28
  return "Not an Outlier"
29
 
30
  packet = st.number_input("Packet Number",step=1)
31
- st.header(ZRscore_outlier(packet,MED,MA))
 
 
 
 
 
 
 
 
 
 
28
  return "Not an Outlier"
29
 
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'
37
+
38
+ st.markdown(f'''
39
+ <a href={url}><button style="background-color: #668F45;">Documentation</button></a>
40
+ ''',