saritha5's picture
Update app.py
947b13f
raw
history blame
231 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)
st.title("Network Data Anomaly")