Vageesh1 commited on
Commit
7a23e3b
·
1 Parent(s): c775084

Update app.py

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