File size: 232 Bytes
bd4a798
 
 
 
 
 
f47b1a7
5efa4a8
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('picture.png')
st.image(image,caption = 'Network Data Anomaly',width =1000)

st.title("Network Data Anomaly")