michaelpiro1 commited on
Commit
d84516b
·
verified ·
1 Parent(s): a3d47ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -50,9 +50,8 @@ with st.container(border = True, height=300):
50
  # st.audio("goodres.wav", format="audio/mpeg", loop=False)
51
  # st.write("some prompts...")
52
  # st.audio("goodres.wav", format="audio/mpeg", loop=False)
53
-
54
- with st.container(border = True,height=120):
55
- for p in exmples_prompts:
56
  st.write(p)
57
  col1, col2, col3, col4 = st.columns(4)
58
  with col1:
 
50
  # st.audio("goodres.wav", format="audio/mpeg", loop=False)
51
  # st.write("some prompts...")
52
  # st.audio("goodres.wav", format="audio/mpeg", loop=False)
53
+ for p in exmples_prompts:
54
+ with st.container(border = True,height=120):
 
55
  st.write(p)
56
  col1, col2, col3, col4 = st.columns(4)
57
  with col1: