Ibtehaj10's picture
Upload 49 files
0ba3ad4
raw
history blame contribute delete
No virus
369 Bytes
import streamlit as st
from PIL import Image
st.set_page_config(
page_title = "Cheating Detection Application")
st.title("Cheating Application Final Year Project")
st.sidebar.success("Select a page above")
st.image("logo.jpeg")
st.write("""
Imran Ahmed (GL)
SE-093-2019
Mir Taimoor Iqbal
SE-075-2019
Muhammad Ali Akbar
SE-019-2018
FABEHA QADIR
SE-076-2019""")