File size: 255 Bytes
bd4a798
 
 
 
 
 
1a846c2
 
 
bd4a798
1
2
3
4
5
6
7
8
9
10
import streamlit as st 
import numpy as np 
import pandas as pd 
import pickle 
from PIL import Image 

image = Image.open('network_data_anomaly.png')
st.image(image,caption = 'Network Data Anomaly',width =500,height=200)

st.title("Network Data Anomaly")