Update app.py
Browse files
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! 🐍✨
|