awacke1 commited on
Commit
b3c04b9
1 Parent(s): 5a1f95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -893,7 +893,7 @@ def main():
893
 
894
  #Experiment: Use `st.session_state` to store the transcript
895
 
896
- @st.experimental_memo
897
  def set_transcript(text):
898
  """Set transcript in session state."""
899
  st.session_state.voice_transcript = text
 
893
 
894
  #Experiment: Use `st.session_state` to store the transcript
895
 
896
+ @st.memo
897
  def set_transcript(text):
898
  """Set transcript in session state."""
899
  st.session_state.voice_transcript = text