Silence1412 commited on
Commit
d0ac644
·
1 Parent(s): 44ee4e3

Update app.py

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