vakodiya commited on
Commit
a9132e2
1 Parent(s): e9fda1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ navigator.mediaDevices.getUserMedia({ audio: true })
56
  components.html(audio_recorder_html, height=300)
57
 
58
  # Retrieve the audio data from the component (if available)
59
- audio_data = st.experimental_get_query_params().get("value")
60
 
61
 
62
  def audio_callback(frame):
 
56
  components.html(audio_recorder_html, height=300)
57
 
58
  # Retrieve the audio data from the component (if available)
59
+ audio_data = st.get_query_params().get("value")
60
 
61
 
62
  def audio_callback(frame):