czyoung commited on
Commit
da5ffe1
·
verified ·
1 Parent(s): 75819cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -342,10 +342,10 @@ st.title("Instructor Support Tool")
342
  if not isGPU:
343
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
344
  st.write('If you would like to see a sample result generated from real classroom audio, use the sidebar on the left and press "Load Demo Example"')
345
- st.write('Keep in mind that this is a very early draft of the tool. Please be patient with any bugs/errors, and email czyoung@ualr.edu if you need help using the tool!')
346
  st.divider()
347
  st.write("Would you like additional data, charts, or features? We would love to hear more from you [about our project!](https://forms.gle/A32CdfGYSZoMPyyX9)")
348
- st.write("If you would like to learn more or work with us, please contact mtbaillie@ualr.edu")
349
  uploaded_file_paths = st.file_uploader("Upload an audio of classroom activity to analyze", accept_multiple_files=True)
350
 
351
  supported_file_types = ('.wav','.mp3','.mp4','.txt','.rttm','.csv')
 
342
  if not isGPU:
343
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
344
  st.write('If you would like to see a sample result generated from real classroom audio, use the sidebar on the left and press "Load Demo Example"')
345
+ st.write('Keep in mind that this is a very early draft of the tool. Please be patient with any bugs/errors, and email Connor Young at czyoung@ualr.edu if you need help using the tool!')
346
  st.divider()
347
  st.write("Would you like additional data, charts, or features? We would love to hear more from you [about our project!](https://forms.gle/A32CdfGYSZoMPyyX9)")
348
+ st.write("If you would like to learn more or work with us, please contact Dr. Mark Baillie at mtbaillie@ualr.edu")
349
  uploaded_file_paths = st.file_uploader("Upload an audio of classroom activity to analyze", accept_multiple_files=True)
350
 
351
  supported_file_types = ('.wav','.mp3','.mp4','.txt','.rttm','.csv')