AlekseyKorshuk commited on
Commit
2992cd6
1 Parent(s): ee8e438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -101,3 +101,6 @@ st.markdown(caption)
101
  artist_name = st.text_input("Artist name:", "Eminem")
102
  start = st.text_input("Beginning of the song:", "But for me to rap like a computer")
103
 
 
 
 
 
101
  artist_name = st.text_input("Artist name:", "Eminem")
102
  start = st.text_input("Beginning of the song:", "But for me to rap like a computer")
103
 
104
+ if st.button("Run"):
105
+ with st.spinner(text="Getting results..."):
106
+ st.subheader("Result")