Spaces:
Runtime error
Runtime error
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""") | |