Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,7 @@ cfg.description = f'''
|
|
52 |
|
53 |
css = """
|
54 |
table {
|
|
|
55 |
width: 100%;
|
56 |
table-layout: fixed;
|
57 |
}
|
@@ -60,7 +61,7 @@ td {
|
|
60 |
text-align: center;
|
61 |
}
|
62 |
img {
|
63 |
-
width:
|
64 |
}
|
65 |
"""
|
66 |
|
|
|
52 |
|
53 |
css = """
|
54 |
table {
|
55 |
+
border: none;
|
56 |
width: 100%;
|
57 |
table-layout: fixed;
|
58 |
}
|
|
|
61 |
text-align: center;
|
62 |
}
|
63 |
img {
|
64 |
+
width: 50%;
|
65 |
}
|
66 |
"""
|
67 |
|