Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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(
|