Spaces:
Sleeping
Sleeping
Update App.py
Browse files
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
|
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)
|