duongthienz commited on
Commit
fc3f305
·
verified ·
1 Parent(s): 9134636

More minor visual fix

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -92,14 +92,15 @@ if not isGPU:
92
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
93
 
94
  st.write(
95
- 'If you would like to see a sample result generated from real classroom audio, '
96
- 'use the sidebar on the left and press "Load Demo Example"'
 
97
  )
98
  st.markdown(
99
  "<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
100
  "Please be patient with any bugs/errors, and email Connor Young at "
101
  "<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
102
- "<hr style='margin-top:4px; margin-bottom:8px;'>",
103
  unsafe_allow_html=True,
104
  )
105
 
 
92
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
93
 
94
  st.write(
95
+ 'If you would like to see a sample result or multiple sample results generated from '
96
+ 'real classroom audio, '
97
+ 'select "Single File Demo" or "Multiple Files Demo" on the left sidebar.'
98
  )
99
  st.markdown(
100
  "<p style='margin-bottom:4px;'>Keep in mind that this is a very early draft of the tool. "
101
  "Please be patient with any bugs/errors, and email Connor Young at "
102
  "<a href='mailto:czyoung@ualr.edu'>czyoung@ualr.edu</a> if you need help using the tool!</p>"
103
+ "<hr style='margin-top:8px; margin-bottom:8px;'>",
104
  unsafe_allow_html=True,
105
  )
106