vuu10 commited on
Commit
2f0c31f
1 Parent(s): 8d00dbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -15
app.py CHANGED
@@ -126,22 +126,8 @@ def main():
126
 
127
  KEGG_compound_read = pd.read_csv('./CNN_data_kegg/kegg_compound.csv', index_col = 'Compound_ID')
128
  kegg_df = KEGG_compound_read.reset_index()
129
-
130
-
131
- # def img_to_bytes(img_path):
132
- # img_bytes = Path(img_path).read_bytes()
133
- # encoded = base64.b64encode(img_bytes).decode()
134
- # return encoded
135
- # # st.title('dGPredictor')
136
 
137
- # header_html = "<img src='../figures/header.png'>"
138
-
139
- # st.markdown(
140
- # header_html, unsafe_allow_html=True,
141
- # )
142
-
143
-
144
- st.image('./header.png', use_column_width=True)
145
 
146
  st.subheader('Enzyme-Substrate Activity Predictor ')
147
 
 
126
 
127
  KEGG_compound_read = pd.read_csv('./CNN_data_kegg/kegg_compound.csv', index_col = 'Compound_ID')
128
  kegg_df = KEGG_compound_read.reset_index()
 
 
 
 
 
 
 
129
 
130
+ st.image('./Streamlit/header.png', use_column_width=True)
 
 
 
 
 
 
 
131
 
132
  st.subheader('Enzyme-Substrate Activity Predictor ')
133