michaelpiro1 commited on
Commit
34e6575
·
verified ·
1 Parent(s): 0f771e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.write("This is inside the container")
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")