lyimo commited on
Commit
24be6ef
·
1 Parent(s): 564b785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='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")
 
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")