garizz commited on
Commit
daffbb6
·
1 Parent(s): 8e7d8ae

Update processing.py

Browse files
Files changed (1) hide show
  1. 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('time-scheduling/logo-vector-IU-01.png')
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: