saritha5 commited on
Commit
5453322
·
1 Parent(s): 8564f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ def ZRscore_outlier(packet,med,ma):
21
  else:
22
  print("Not an Outlier")
23
 
24
- packet = 373
25
  ZRscore_outlier(packet,MED,MA)
 
21
  else:
22
  print("Not an Outlier")
23
 
24
+ packet = st.number_input("Packet Number")
25
  ZRscore_outlier(packet,MED,MA)