hlnicholls commited on
Commit
659d788
1 Parent(s): b7a926a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -38,11 +38,14 @@ output = pd.Series(data=predictions, index=data.index, name="XGB_Score")
38
  df_total = pd.concat([data, output], axis=1)
39
 
40
 
41
- st.title('Blood Pressure Gene Prioritisation Post-Genome-wide Association Study')
42
  st.markdown("""
43
  A machine learning pipeline for predicting disease-causing genes post-genome-wide association study in blood pressure.
44
  """)
45
 
46
- st.sidebar.header('Input Gene')
47
- gene_name = st.text_input(
48
- label='HGNC Gene Name')
 
 
 
 
38
  df_total = pd.concat([data, output], axis=1)
39
 
40
 
41
+ st.title('Blood Pressure Gene Prioritisation Post-GWAS')
42
  st.markdown("""
43
  A machine learning pipeline for predicting disease-causing genes post-genome-wide association study in blood pressure.
44
  """)
45
 
46
+ st.dataframe(df_total)
47
+
48
+ #gene_name = st.text_input(
49
+ # label='HGNC Gene Name')
50
+
51
+ #if gene_name is in df_total.index