lambdabrendan commited on
Commit
3685967
·
verified ·
1 Parent(s): ad2939f

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -106,7 +106,7 @@ model_list_info = cache_model_list()
106
 
107
  _, col, _ = st.columns([1,3,1])
108
  with col.expander("Info", expanded=True):
109
- st.markdown("""- Model can be selected from the drop-down on the left, press "enter" after selecting to refresh.
110
  - Results are broken down by precision, this can be seen in the graph and the chart below.""")
111
 
112
  _, col, _ = st.columns([1,3,1])
 
106
 
107
  _, col, _ = st.columns([1,3,1])
108
  with col.expander("Info", expanded=True):
109
+ st.markdown("""- Model can be selected from the drop-down on the left, press "enter" after selecting to refresh. (You may have to delete the pre-populated model in order to see the whole list)
110
  - Results are broken down by precision, this can be seen in the graph and the chart below.""")
111
 
112
  _, col, _ = st.columns([1,3,1])