Spaces:
Build error
Build error
Commit
·
440a9cf
1
Parent(s):
e184c8a
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ from xml.etree import ElementTree as ET
|
|
15 |
from bs4 import BeautifulSoup
|
16 |
from collections import deque
|
17 |
from audio_recorder_streamlit import audio_recorder
|
|
|
18 |
|
19 |
|
20 |
|
|
|
15 |
from bs4 import BeautifulSoup
|
16 |
from collections import deque
|
17 |
from audio_recorder_streamlit import audio_recorder
|
18 |
+
import streamlit as st
|
19 |
|
20 |
|
21 |
|