saritha5's picture
Update app.py
1a846c2
raw
history blame
255 Bytes
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")