frncscp commited on
Commit
0d7dc67
1 Parent(s): 09cbd17

Update Patacotrón™.py

Browse files
Files changed (1) hide show
  1. Patacotrón™.py +22 -2
Patacotrón™.py CHANGED
@@ -12,7 +12,18 @@ st.set_page_config(
12
  )
13
  link = '[Reportar un Bug](https://docs.google.com/forms/d/e/1FAIpQLScH0ZxAV8aSqs7TPYi86u0nkxvQG3iuHCStWNB-BoQnSW2V0g/viewform?usp=sf_link)'
14
 
15
- st.image("https://patacotron.neocities.org/favicon/android-chrome-512x512.png")
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  st.title("Patacotrón™")
18
 
@@ -39,4 +50,13 @@ st.markdown(
39
  )
40
 
41
 
42
- st.image('patacones.gif')
 
 
 
 
 
 
 
 
 
 
12
  )
13
  link = '[Reportar un Bug](https://docs.google.com/forms/d/e/1FAIpQLScH0ZxAV8aSqs7TPYi86u0nkxvQG3iuHCStWNB-BoQnSW2V0g/viewform?usp=sf_link)'
14
 
15
+
16
+ col_a, col_b, col_c = st.columns(3)
17
+
18
+
19
+ with col_a:
20
+ pass
21
+
22
+ with col_b:
23
+ st.image("https://patacotron.neocities.org/favicon/mstile-150x150.png")
24
+
25
+ with col_c:
26
+ pass
27
 
28
  st.title("Patacotrón™")
29
 
 
50
  )
51
 
52
 
53
+ d, e, f = st.columns(3)
54
+
55
+ with d:
56
+ pass
57
+
58
+ with e:
59
+ st.image('patacones.gif')
60
+
61
+ with f:
62
+ pass