salomonsky commited on
Commit
84e2e9f
·
verified ·
1 Parent(s): ff200d9

Update app.py

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