awacke1 commited on
Commit
74fef79
·
verified ·
1 Parent(s): daedcc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ for sound in top_5_sounds:
313
  st.write(f"Sound: {sound} | Examples: {examples}")
314
 
315
  st.subheader("Procedural Rhyme Generator")
316
- selected_sound = st.selectbox("Select a rhyming sound ending:", list(rhyming_sounds.keys()))
317
  num_lines = st.number_input("Enter the number of lines for the rhyme:", min_value=1, max_value=10, value=4, step=1)
318
 
319
  if st.button("Generate Rhyme"):
 
313
  st.write(f"Sound: {sound} | Examples: {examples}")
314
 
315
  st.subheader("Procedural Rhyme Generator")
316
+ selected_sound = st.selectbox(key='rhymegenerator', "Select a rhyming sound ending:", list(rhyming_sounds.keys()))
317
  num_lines = st.number_input("Enter the number of lines for the rhyme:", min_value=1, max_value=10, value=4, step=1)
318
 
319
  if st.button("Generate Rhyme"):