Silence1412 commited on
Commit
8255c42
·
1 Parent(s): 26f877e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -25,9 +25,7 @@ if create:
25
  st.session_state.t2m_mod = create_model(loc=the_type)
26
 
27
 
28
- c0 = st.columns(1)
29
- with c0:
30
- prom = st.text_input("# Prompt",'')
31
 
32
  c1,c2,c3 = st.columns([1,1,3])
33
  c4,c5 = st.columns(2)
 
25
  st.session_state.t2m_mod = create_model(loc=the_type)
26
 
27
 
28
+ prom = st.text_input("Prompt",'')
 
 
29
 
30
  c1,c2,c3 = st.columns([1,1,3])
31
  c4,c5 = st.columns(2)