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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -343,6 +343,9 @@ 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
  uploaded_file_paths = st.file_uploader("Upload an audio of classroom activity to analyze", accept_multiple_files=True)
347
 
348
  supported_file_types = ('.wav','.mp3','.mp4','.txt','.rttm','.csv')
@@ -968,8 +971,6 @@ if st.button("Upload Files to Dataset"):
968
  def convert_df(df):
969
  return df.to_csv(index=False).encode('utf-8')
970
 
971
- 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)")
972
- st.write("If you would like to learn more or work with us, please contact mtbaillie@ualr.edu")
973
 
974
  with st.expander("Instructions and additional details"):
975
  st.write("Thank you for viewing our experimental app! The overall presentations and features are expected to be improved over time, you can think of this as our first rough draft!")
 
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')
 
971
  def convert_df(df):
972
  return df.to_csv(index=False).encode('utf-8')
973
 
 
 
974
 
975
  with st.expander("Instructions and additional details"):
976
  st.write("Thank you for viewing our experimental app! The overall presentations and features are expected to be improved over time, you can think of this as our first rough draft!")