Spaces:
Running
Running
mrbeliever
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,21 @@ css = """
|
|
62 |
justify-content: center;
|
63 |
gap: 10px;
|
64 |
}
|
|
|
|
|
|
|
|
|
|
|
65 |
.image {
|
66 |
width: 256px;
|
67 |
height: 256px;
|
68 |
object-fit: cover;
|
69 |
}
|
|
|
|
|
|
|
|
|
|
|
70 |
.text {
|
71 |
font-size: 16px;
|
72 |
}
|
|
|
62 |
justify-content: center;
|
63 |
gap: 10px;
|
64 |
}
|
65 |
+
.image, .button {
|
66 |
+
border: 4px solid black;
|
67 |
+
border-radius: 8px;
|
68 |
+
font-weight: bold;
|
69 |
+
}
|
70 |
.image {
|
71 |
width: 256px;
|
72 |
height: 256px;
|
73 |
object-fit: cover;
|
74 |
}
|
75 |
+
#run_button {
|
76 |
+
font-weight: bold;
|
77 |
+
border: 4px solid black;
|
78 |
+
border-radius: 8px;
|
79 |
+
}
|
80 |
.text {
|
81 |
font-size: 16px;
|
82 |
}
|