niol08 commited on
Commit
0740b3b
·
verified ·
1 Parent(s): 773db33

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -100,7 +100,7 @@ for tab, sig in zip(tabs, ["ECG", "EMG", "VAG", "PCG"]):
100
  type=FILE_TYPES[sig],
101
  key=f"upload_{sig}"
102
  )
103
-
104
 
105
  if sig == "ECG" and uploaded and st.button("Run Diagnostic", key=f"run_{sig}"):
106
  label, human, conf, gnote = analyze_signal(
 
100
  type=FILE_TYPES[sig],
101
  key=f"upload_{sig}"
102
  )
103
+ st.write("upload widget rendered!")
104
 
105
  if sig == "ECG" and uploaded and st.button("Run Diagnostic", key=f"run_{sig}"):
106
  label, human, conf, gnote = analyze_signal(