maxspad commited on
Commit
b6b3b16
1 Parent(s): 71bc990

changed title, fixed placeholder tabs

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -28,7 +28,7 @@ def run_models(model_names, models, c):
28
  return results
29
 
30
 
31
- st.header('How *great* is your feedback?')
32
  st.caption(
33
  """Medical education *requires* high-quality feedback, but evaluating feedback
34
  is difficult and time-consuming. This tool uses NLP/ML to predict a validated
@@ -138,8 +138,6 @@ with tabs[0]:
138
  cols[1].metric('Suggestion Linked', md_str,
139
  help='Is the suggestion for improvement linked to the described behavior?')
140
 
141
- with tabs[1]:
142
- st.write('hello')
143
 
144
 
145
 
 
28
  return results
29
 
30
 
31
+ st.title('Assess the *QuAL*ity of your feedback')
32
  st.caption(
33
  """Medical education *requires* high-quality feedback, but evaluating feedback
34
  is difficult and time-consuming. This tool uses NLP/ML to predict a validated
 
138
  cols[1].metric('Suggestion Linked', md_str,
139
  help='Is the suggestion for improvement linked to the described behavior?')
140
 
 
 
141
 
142
 
143