Tonic commited on
Commit
7d18e6a
·
1 Parent(s): 7bbb359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if 'submit_button' in st.session_state:
56
  st.markdown(transcript)
57
 
58
  # Update the user input field with the transcription
59
- userinput = st.text_area("Input Text:", transcript)
60
 
61
  # Model Selection Dropdown
62
  model_choice = st.selectbox(
 
56
  st.markdown(transcript)
57
 
58
  # Update the user input field with the transcription
59
+ userinput = st.text_area("Input Text:", transcript) # Moved up here
60
 
61
  # Model Selection Dropdown
62
  model_choice = st.selectbox(