salomonsky commited on
Commit
7bc1b6c
verified
1 Parent(s): d5815ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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