moldenhof commited on
Commit
14892ee
1 Parent(s): 67828bb

implementing app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ model_atom.model.roi_heads.score_thresh = 0.65
38
  st.title("Atom Level Entity Detector")
39
 
40
  file_name = st.file_uploader("Upload a chemical structure candidate image")
41
-
42
  if file_name is not None:
43
  col1, col2 = st.columns(2)
44
 
 
38
  st.title("Atom Level Entity Detector")
39
 
40
  file_name = st.file_uploader("Upload a chemical structure candidate image")
41
+ st.write('filename is', file_name)
42
  if file_name is not None:
43
  col1, col2 = st.columns(2)
44