saritha5's picture
Update app.py
f47b1a7
raw
history blame
242 Bytes
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 =500,height=200)
st.title("Network Data Anomaly")