Kvikontent commited on
Commit
e05b0dc
·
verified ·
1 Parent(s): 2d4be4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,15 +7,15 @@ col1, col2, col3 = cols
7
  col2.image("images/x.png")
8
  col1.header("X")
9
  col1.write("Alum with powerful smart ai's")
10
- b1 = col1.button("Learn More")
11
  col2.image("images/n.jpg")
12
  col2.header("N")
13
  col2.write("AI tools made with API")
14
- b2 = col2.button("Learn More")
15
  col3.image("images/divide.png")
16
- col3.header("Divide")
17
  col3.write("Math AI Tools")
18
- b3 = col3.button("Learn More")
19
 
20
  if b1:
21
  cont1 = st.container(height=700)
 
7
  col2.image("images/x.png")
8
  col1.header("X")
9
  col1.write("Alum with powerful smart ai's")
10
+ b1 = col1.button("Learn More about X")
11
  col2.image("images/n.jpg")
12
  col2.header("N")
13
  col2.write("AI tools made with API")
14
+ b2 = col2.button("Learn More about N")
15
  col3.image("images/divide.png")
16
+ col3.header("÷")
17
  col3.write("Math AI Tools")
18
+ b3 = col3.button("Learn More about ÷")
19
 
20
  if b1:
21
  cont1 = st.container(height=700)