saritha5's picture
Update app.py
6a00be6
raw
history blame
245 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 =1000,height = 200)
st.title("Network Data Anomaly")