Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
992f38b
1
Parent(s):
45193d7
reduce top space
Browse files- src/text_content.py +8 -0
src/text_content.py
CHANGED
@@ -74,6 +74,14 @@ CREDITS_TEXT = """
|
|
74 |
"""
|
75 |
|
76 |
LOGO = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
<div style="text-align: center;">
|
78 |
<img src="https://storage.googleapis.com/storage-annarabic/Nt3awnou(1).png" width="200" height="200">
|
79 |
</div>
|
|
|
74 |
"""
|
75 |
|
76 |
LOGO = """
|
77 |
+
<style>
|
78 |
+
.block-container {
|
79 |
+
padding-top: 1rem;
|
80 |
+
padding-bottom: 0rem;
|
81 |
+
padding-left: 5rem;
|
82 |
+
padding-right: 5rem;
|
83 |
+
}
|
84 |
+
</style>
|
85 |
<div style="text-align: center;">
|
86 |
<img src="https://storage.googleapis.com/storage-annarabic/Nt3awnou(1).png" width="200" height="200">
|
87 |
</div>
|