Spaces:
Running
Running
cosmetic
Browse files
app.py
CHANGED
@@ -46,5 +46,5 @@ if st.button("Generate lyrics", help="The lyrics generations lasts for about a m
|
|
46 |
continue
|
47 |
if line.startswith("["):
|
48 |
st.markdown(f"**{line}**")
|
49 |
-
|
50 |
st.write(line)
|
|
|
46 |
continue
|
47 |
if line.startswith("["):
|
48 |
st.markdown(f"**{line}**")
|
49 |
+
continue
|
50 |
st.write(line)
|