Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ from gtts import gTTS
|
|
6 |
from audio_recorder_streamlit import audio_recorder
|
7 |
import speech_recognition as sr
|
8 |
|
9 |
-
st.set_page_config(page_title="Mi aplicaci贸n de Streamlit", page_icon=":moon:", layout="wide", theme="dark")
|
10 |
-
|
11 |
if "history" not in st.session_state:
|
12 |
st.session_state.history = []
|
13 |
|
|
|
6 |
from audio_recorder_streamlit import audio_recorder
|
7 |
import speech_recognition as sr
|
8 |
|
|
|
|
|
9 |
if "history" not in st.session_state:
|
10 |
st.session_state.history = []
|
11 |
|