awacke1 commited on
Commit
50acd70
·
verified ·
1 Parent(s): 1a27f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ import streamlit.components.v1 as components
17
  import edge_tts
18
  from audio_recorder_streamlit import audio_recorder
19
  import nest_asyncio
 
20
  from streamlit_paste_button import paste_image_button
21
 
22
  # Patch for nested async - sneaky fix! 🐍✨
 
17
  import edge_tts
18
  from audio_recorder_streamlit import audio_recorder
19
  import nest_asyncio
20
+ import re # Added back the re import for regular expressions
21
  from streamlit_paste_button import paste_image_button
22
 
23
  # Patch for nested async - sneaky fix! 🐍✨