Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def main():
|
|
76 |
|
77 |
# Button to open ScanSpectrum app (Placeholder for actual URL scheme)
|
78 |
st.markdown("Please use your mobile device to open the ScanSpectrum app and perform the scan.")
|
79 |
-
st.markdown("<a href='
|
80 |
|
81 |
# Functionality to preview CSV files
|
82 |
st.header("Preview Saved Data")
|
|
|
76 |
|
77 |
# Button to open ScanSpectrum app (Placeholder for actual URL scheme)
|
78 |
st.markdown("Please use your mobile device to open the ScanSpectrum app and perform the scan.")
|
79 |
+
st.markdown("<a href='ScanSpectrum://'><button style='height: 50px; width: 300px; font-size: 20px;'>Open ScanSpectrum App</button></a>", unsafe_allow_html=True)
|
80 |
|
81 |
# Functionality to preview CSV files
|
82 |
st.header("Preview Saved Data")
|