echons commited on
Commit
1c76923
1 Parent(s): 93491f9

Changed label for input prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def save_file(model, audio_values, filename):
130
  # Main Code
131
  st.title("Plant Orchestra 🌿")
132
  st.markdown("Generate music based on your own terrarium plants.")
133
- prompt = st.text_input(label='User input:', value='baby tears')
134
  if st.button("Generate Music"):
135
  if processor is not None and model is not None:
136
  with st.spinner("Generating audio..."):
 
130
  # Main Code
131
  st.title("Plant Orchestra 🌿")
132
  st.markdown("Generate music based on your own terrarium plants.")
133
+ prompt = st.text_input(label='Data collected from terrarium:', value='baby tears')
134
  if st.button("Generate Music"):
135
  if processor is not None and model is not None:
136
  with st.spinner("Generating audio..."):