Spaces:
Sleeping
Sleeping
centering test
Browse files
app.py
CHANGED
|
@@ -360,10 +360,10 @@ def image_from_gallary(evt: gr.SelectData):
|
|
| 360 |
|
| 361 |
|
| 362 |
css='''
|
| 363 |
-
#title_head{
|
| 364 |
-
text-align: center;
|
| 365 |
-
|
| 366 |
-
|
| 367 |
}
|
| 368 |
#name_head{
|
| 369 |
text-align: center;
|
|
|
|
| 360 |
|
| 361 |
|
| 362 |
css='''
|
| 363 |
+
#title_head {
|
| 364 |
+
text-align: center;
|
| 365 |
+
font-weight: bold;
|
| 366 |
+
font-size: 30px;
|
| 367 |
}
|
| 368 |
#name_head{
|
| 369 |
text-align: center;
|