File size: 245 Bytes
bd4a798
 
 
 
 
 
f47b1a7
6a00be6
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,height = 200)

st.title("Network Data Anomaly")