Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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():
|