Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
|
4 |
add_selectbox = st.sidebar.selectbox(
|
5 |
'How would you like to be contacted?',
|
6 |
('Email', 'Home phone', 'Mobile phone')
|
@@ -12,7 +12,7 @@ add_slider = st.sidebar.slider(
|
|
12 |
0.0, 100.0, (25.0, 75.0)
|
13 |
)
|
14 |
with st.container():
|
15 |
-
st.
|
16 |
col1, col2, col3 = st.columns(3)
|
17 |
with col1:
|
18 |
st.header("AudioLDM2")
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.title('Drums generation in different models')
|
4 |
add_selectbox = st.sidebar.selectbox(
|
5 |
'How would you like to be contacted?',
|
6 |
('Email', 'Home phone', 'Mobile phone')
|
|
|
12 |
0.0, 100.0, (25.0, 75.0)
|
13 |
)
|
14 |
with st.container():
|
15 |
+
st.title("Examples")
|
16 |
col1, col2, col3 = st.columns(3)
|
17 |
with col1:
|
18 |
st.header("AudioLDM2")
|