sharmavaruncs commited on
Commit
b3824e8
·
1 Parent(s): 70710af

link updated

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -323,7 +323,8 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
323
  # """, unsafe_allow_html=True)
324
  if st.sidebar.button("Open External Audio Recorder"):
325
  url = 'https://voice-recorder-online.com/'
326
- webbrowser.open_new_tab(url)
 
327
  # Redirect the user to the external website
328
  #st.markdown("<a href='https://voice-recorder-online.com/' target='_blank'>Redirecting to the external audio recorder</a>.", unsafe_allow_html=True)
329
 
 
323
  # """, unsafe_allow_html=True)
324
  if st.sidebar.button("Open External Audio Recorder"):
325
  url = 'https://voice-recorder-online.com/'
326
+ # webbrowser.open_new_tab(url)
327
+ st.markdown(url, unsafe_allow_html=True)
328
  # Redirect the user to the external website
329
  #st.markdown("<a href='https://voice-recorder-online.com/' target='_blank'>Redirecting to the external audio recorder</a>.", unsafe_allow_html=True)
330