Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def main():
|
|
| 107 |
if not st.session_state.pre_prompt_sent:
|
| 108 |
st.session_state.pre_prompt_sent = True
|
| 109 |
|
| 110 |
-
audio_bytes = audio_recorder(text="
|
| 111 |
|
| 112 |
if audio_bytes:
|
| 113 |
st.audio(audio_bytes, format="audio/wav")
|
|
|
|
| 107 |
if not st.session_state.pre_prompt_sent:
|
| 108 |
st.session_state.pre_prompt_sent = True
|
| 109 |
|
| 110 |
+
audio_bytes = audio_recorder(text="", recording_color="#b81414", neutral_color="#808080",)
|
| 111 |
|
| 112 |
if audio_bytes:
|
| 113 |
st.audio(audio_bytes, format="audio/wav")
|