tx3bas commited on
Commit
65032aa
·
verified ·
1 Parent(s): 27be115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +22 -22
app.py CHANGED
@@ -9,28 +9,28 @@ def wayback(website):
9
  # Estilos CSS para la tabla
10
  style = """
11
  <style>
12
- table {
13
- width: 100%;
14
- border-collapse: collapse;
15
- }
16
- th, td {
17
- border: 1px solid #dddddd;
18
- text-align: left;
19
- padding: 8px;
20
- }
21
- th {
22
- background-color: #f2f2f2;
23
- }
24
- tr:nth-child(even) {
25
- background-color: #f9f9f9;
26
- }
27
- a {
28
- color: #0645ad;
29
- text-decoration: none;
30
- }
31
- a:hover {
32
- text-decoration: underline;
33
- }
34
  </style>
35
  """
36
  # Intentar primero con la Wayback CDX Server API
 
9
  # Estilos CSS para la tabla
10
  style = """
11
  <style>
12
+ table {
13
+ width: 100%;
14
+ border-collapse: collapse;
15
+ }
16
+ th, td {
17
+ border: 1px solid #dddddd;
18
+ text-align: left;
19
+ padding: 8px;
20
+ }
21
+ th {
22
+ background-color: #f2f2f2;
23
+ }
24
+ tr:nth-child(even) {
25
+ background-color: #f9f9f9;
26
+ }
27
+ a {
28
+ color: #0645ad;
29
+ text-decoration: none;
30
+ }
31
+ a:hover {
32
+ text-decoration: underline;
33
+ }
34
  </style>
35
  """
36
  # Intentar primero con la Wayback CDX Server API