sharmavaruncs commited on
Commit
09de332
·
1 Parent(s): b3824e8

link updated

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -324,8 +324,10 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
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
 
331
  # if st.sidebar.button("Record a 4 sec audio!", key="record_button", help="Click to start recording", on_click=set_stage, args=(1,)):
 
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(f'''
328
+ <a href={url}><button style="background-color:GreenYellow;">Stackoverflow</button></a>
329
+ ''', unsafe_allow_html=True)
330
+ # Redirect the user to the external website
331
  #st.markdown("<a href='https://voice-recorder-online.com/' target='_blank'>Redirecting to the external audio recorder</a>.", unsafe_allow_html=True)
332
 
333
  # if st.sidebar.button("Record a 4 sec audio!", key="record_button", help="Click to start recording", on_click=set_stage, args=(1,)):