zamborg commited on
Commit
84ff670
·
1 Parent(s): 118531f

column size?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def gen_show_caption(sub_prompt=None, cap_prompt = ""):
32
  """,
33
  unsafe_allow_html=True)
34
 
35
- _, center, _ = st.columns(3)
36
 
37
  with center:
38
  st.title("Image Captioning Demo from RedCaps")
 
32
  """,
33
  unsafe_allow_html=True)
34
 
35
+ _, center, _ = st.columns([1,8,1])
36
 
37
  with center:
38
  st.title("Image Captioning Demo from RedCaps")