Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,9 @@ from huggingface_hub import InferenceClient
|
|
5 |
from gtts import gTTS
|
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 = []
|
|
|
5 |
from gtts import gTTS
|
6 |
from audio_recorder_streamlit import audio_recorder
|
7 |
import speech_recognition as sr
|
8 |
+
import streamlit_themes as stt
|
9 |
+
|
10 |
+
stt.set_theme({'primary': '#1b3388'})
|
11 |
|
12 |
if "history" not in st.session_state:
|
13 |
st.session_state.history = []
|