hlnicholls commited on
Commit
bb50521
1 Parent(s): 45b475d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ st.markdown("""
51
  A machine learning pipeline for predicting disease-causing genes post-genome-wide association study in blood pressure.
52
  """)
53
 
54
- gene_input = st.text_input('Input HGNC Gene')
55
  df = df_total[df_total.index == gene_input]
56
  st.dataframe(df)
57
 
 
51
  A machine learning pipeline for predicting disease-causing genes post-genome-wide association study in blood pressure.
52
  """)
53
 
54
+ gene_input = st.text_input('Input HGNC Gene:')
55
  df = df_total[df_total.index == gene_input]
56
  st.dataframe(df)
57