burtenshaw HF Staff commited on
Commit
d7f7a07
·
1 Parent(s): d0e8317

prose and columsn

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,7 +44,7 @@ def generate_image(emoji):
44
  # st.title("Emoji and Audio Image Generator")
45
 
46
  # emojis = random.sample(emojis, 10)
47
- n_columns = 4
48
  # make a grid shape using st.container and st.columns
49
 
50
  left, right = st.columns([1, 2])
@@ -57,7 +57,7 @@ button {
57
  padding-bottom: 10px !important;
58
  }
59
  button p {
60
- font-size: 80px;
61
  margin: 0;
62
  padding: 0;
63
  }
@@ -66,7 +66,7 @@ button p {
66
  unsafe_allow_html=True,
67
  )
68
 
69
- st.header("🎨 Click your favorite emojis to generate a coloring page")
70
 
71
 
72
  @st.experimental_dialog("image generation")
 
44
  # st.title("Emoji and Audio Image Generator")
45
 
46
  # emojis = random.sample(emojis, 10)
47
+ n_columns = 6
48
  # make a grid shape using st.container and st.columns
49
 
50
  left, right = st.columns([1, 2])
 
57
  padding-bottom: 10px !important;
58
  }
59
  button p {
60
+ font-size: 120px;
61
  margin: 0;
62
  padding: 0;
63
  }
 
66
  unsafe_allow_html=True,
67
  )
68
 
69
+ st.header("🎨 Click your favorite 3 emojis to generate a coloring in page")
70
 
71
 
72
  @st.experimental_dialog("image generation")