echons commited on
Commit
800ee72
1 Parent(s): 1c76923

Update how-to-use details

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ if st.button("Generate Music"):
143
 
144
  # Sidebar: How-to-use and Samples
145
  st.sidebar.header("How to Use:")
146
- st.sidebar.write("1. Enter a plant and condition (optional) in the text input. E.g. moss, 30C")
147
  st.sidebar.write("2. Click the 'Generate Music' button to create music based on the provided input.")
148
  st.sidebar.write("3. You can listen to the generated music and download it.")
149
  st.sidebar.write()
 
143
 
144
  # Sidebar: How-to-use and Samples
145
  st.sidebar.header("How to Use:")
146
+ st.sidebar.write("1. Enter data collected from terrarium in the text input.")
147
  st.sidebar.write("2. Click the 'Generate Music' button to create music based on the provided input.")
148
  st.sidebar.write("3. You can listen to the generated music and download it.")
149
  st.sidebar.write()