Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def ui():
|
|
91 |
container = st.container()
|
92 |
|
93 |
with container:
|
94 |
-
with st.form(key='my_form', clear_on_submit=True)
|
95 |
audio_file = audiorecorder("Click to record", "Recording...")
|
96 |
audio_file=audio_file.tobytes()
|
97 |
submit_button = st.form_submit_button(label='Send')
|
|
|
91 |
container = st.container()
|
92 |
|
93 |
with container:
|
94 |
+
with st.form(key='my_form', clear_on_submit=True):
|
95 |
audio_file = audiorecorder("Click to record", "Recording...")
|
96 |
audio_file=audio_file.tobytes()
|
97 |
submit_button = st.form_submit_button(label='Send')
|