Update Streamlit/main.py
Browse files- Streamlit/main.py +1 -1
Streamlit/main.py
CHANGED
@@ -130,7 +130,7 @@ def main():
|
|
130 |
graph = tf.compat.v1.get_default_graph()
|
131 |
ld_model = tf.keras.models.load_model('./../CNN_results_split_final/Final_model.model')
|
132 |
|
133 |
-
KEGG_compound_read = pd.read_csv('./../CNN_data/
|
134 |
kegg_df = KEGG_compound_read.reset_index()
|
135 |
|
136 |
|
|
|
130 |
graph = tf.compat.v1.get_default_graph()
|
131 |
ld_model = tf.keras.models.load_model('./../CNN_results_split_final/Final_model.model')
|
132 |
|
133 |
+
KEGG_compound_read = pd.read_csv('./../CNN_data/kegg_compound.csv', index_col = 'Compound_ID')
|
134 |
kegg_df = KEGG_compound_read.reset_index()
|
135 |
|
136 |
|