VivekM8737 commited on
Commit
fcc92ea
·
verified ·
1 Parent(s): 7f266e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ scaler = joblib.load("scaler.pkl")
60
  import streamlit as st
61
  st.caption('Input must be in given sequence: ')
62
  st.caption(features)
63
- st.caption("Eg: '0, 1,0,181,5450,0,0,0,0,0,1,0,0,0,0,0,0,0,8,8,0,0,1,0,0,9,9,0,0.11,0'")
64
  input=st.text_input("Enter the input with comma Seprated value: ")
65
  listVal=input.split(',')
66
  def predict():
 
60
  import streamlit as st
61
  st.caption('Input must be in given sequence: ')
62
  st.caption(features)
63
+ st.caption('''Eg: "0, 'tcp','SF',181,5450,0,0,0,0,0,1,0,0,0,0,0,0,0,8,8,0,0,1,0,0,9,9,0,0.11,0"''')
64
  input=st.text_input("Enter the input with comma Seprated value: ")
65
  listVal=input.split(',')
66
  def predict():