czyoung commited on
Commit
0d22830
·
verified ·
1 Parent(s): db42833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ if 'showSummary' not in st.session_state:
338
 
339
 
340
  #st.set_page_config(layout="wide")
341
- st.title("Lecturer Support Tool")
342
  if not isGPU:
343
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
344
 
 
338
 
339
 
340
  #st.set_page_config(layout="wide")
341
+ st.title("Instructor Support Tool")
342
  if not isGPU:
343
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
344