Spaces:
Running
Running
Update how-to-use details
Browse files
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
|
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()
|