Spaces:
Configuration error
Configuration error
File size: 369 Bytes
26187fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
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""")
|