Spaces:
Sleeping
Sleeping
Update processing.py
Browse files- processing.py +1 -1
processing.py
CHANGED
@@ -237,7 +237,7 @@ st.set_page_config(layout="wide")
|
|
237 |
if __name__ == "__main__":
|
238 |
|
239 |
st.markdown("<h1 style='text-align: center; color: white;'>Time Scheduling Engine</h1>", unsafe_allow_html=True)
|
240 |
-
image = Image.open('
|
241 |
st.sidebar.image(image, width=240)
|
242 |
tab1, tab2 = st.tabs(["Schedule", "Student"])
|
243 |
with tab1:
|
|
|
237 |
if __name__ == "__main__":
|
238 |
|
239 |
st.markdown("<h1 style='text-align: center; color: white;'>Time Scheduling Engine</h1>", unsafe_allow_html=True)
|
240 |
+
image = Image.open('logo-vector-IU-01.png')
|
241 |
st.sidebar.image(image, width=240)
|
242 |
tab1, tab2 = st.tabs(["Schedule", "Student"])
|
243 |
with tab1:
|