vasilisNt commited on
Commit
a5dc7a3
1 Parent(s): 4978c28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -123,4 +123,9 @@ st.download_button(
123
  data=meltLLR(load_LLR(uid)).to_csv(),
124
  file_name=selection+'.csv',
125
  mime='text/csv',
126
- )
 
 
 
 
 
 
123
  data=meltLLR(load_LLR(uid)).to_csv(),
124
  file_name=selection+'.csv',
125
  mime='text/csv',
126
+ )
127
+
128
+ st.markdown("""
129
+ To obtain ESM effect scores for non-missense mutations (e.g. indels) or non-human proteins,
130
+ please use the [esm-variants command-line tool](https://github.com/ntranoslab/esm-variants).
131
+ """)