frncscp commited on
Commit
46877e6
1 Parent(s): d66d233

Update Patacotrón™.py

Browse files
Files changed (1) hide show
  1. Patacotrón™.py +0 -13
Patacotrón™.py CHANGED
@@ -12,19 +12,6 @@ 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
-
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/favicon-16x16.png")
24
-
25
- with col_c:
26
- pass
27
-
28
  st.title("Patacotrón™")
29
 
30
 
 
12
  )
13
  link = '[Reportar un Bug](https://docs.google.com/forms/d/e/1FAIpQLScH0ZxAV8aSqs7TPYi86u0nkxvQG3iuHCStWNB-BoQnSW2V0g/viewform?usp=sf_link)'
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  st.title("Patacotrón™")
16
 
17