Spaces:
Sleeping
Sleeping
Commit
·
f1acde1
1
Parent(s):
c34b46a
Hypter link button added
Browse files
app.py
CHANGED
@@ -67,14 +67,15 @@ def config():
|
|
67 |
# Set the page configuration with the title and icon
|
68 |
st.set_page_config(page_title="Virtual Therapist", page_icon=im)
|
69 |
|
70 |
-
if st.sidebar.markdown("**Open External Audio Recorder**"):
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
|
|
|
78 |
|
79 |
# Add custom CSS styles
|
80 |
st.markdown("""
|
|
|
67 |
# Set the page configuration with the title and icon
|
68 |
st.set_page_config(page_title="Virtual Therapist", page_icon=im)
|
69 |
|
70 |
+
# if st.sidebar.markdown("**Open External Audio Recorder**"):
|
71 |
+
# # url = 'https://voice-recorder-online.com/'
|
72 |
+
# # # webbrowser.open_new_tab(url)
|
73 |
+
# # st.markdown(f'''
|
74 |
+
# # <a href={url}><button style="background-color:GreenYellow;">Stackoverflow</button></a>
|
75 |
+
# # ''', unsafe_allow_html=True)
|
76 |
+
# st.markdown("<a href='https://voice-recorder-online.com/' target='_blank'>Redirecting to the external audio recorder</a>.", unsafe_allow_html=True)
|
77 |
|
78 |
+
st.sidebar.button('[**Open External Audio Recorder**](https://voice-recorder-online.com/)')
|
79 |
|
80 |
# Add custom CSS styles
|
81 |
st.markdown("""
|