selbl commited on
Commit
2962b1e
1 Parent(s): 31a5e1b

Update App.py

Browse files
Files changed (1) hide show
  1. App.py +1 -1
App.py CHANGED
@@ -55,7 +55,7 @@ def main():
55
  prompt = st.text_area("Enter the first word or phrase of your new song here:")
56
 
57
  # Button to generate text
58
- if st.button("Generate Text"):
59
  if prompt:
60
  # Call your function to generate text
61
  generated_text = TextGeneration(prompt)
 
55
  prompt = st.text_area("Enter the first word or phrase of your new song here:")
56
 
57
  # Button to generate text
58
+ if st.button("Generate Song"):
59
  if prompt:
60
  # Call your function to generate text
61
  generated_text = TextGeneration(prompt)