Spaces:
Running
Running
Commit
ยท
cc30c57
1
Parent(s):
2479adf
Update main.py
Browse files
main.py
CHANGED
|
@@ -65,10 +65,10 @@ async def demo():
|
|
| 65 |
-8px -8px 12px 0 rgba(255, 255, 255, 0.3);
|
| 66 |
border-radius: 50px;
|
| 67 |
display: flex;
|
| 68 |
-
|
| 69 |
justify-content: center;
|
| 70 |
margin-right: 4rem;
|
| 71 |
-
height:90vh;
|
| 72 |
}
|
| 73 |
</style>
|
| 74 |
</head>
|
|
|
|
| 65 |
-8px -8px 12px 0 rgba(255, 255, 255, 0.3);
|
| 66 |
border-radius: 50px;
|
| 67 |
display: flex;
|
| 68 |
+
padding: 50px;
|
| 69 |
justify-content: center;
|
| 70 |
margin-right: 4rem;
|
| 71 |
+
height: 90vh;
|
| 72 |
}
|
| 73 |
</style>
|
| 74 |
</head>
|