Update app.py
Browse files
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(
|