Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -113,22 +113,22 @@ def infer(prompt,prompt2):
|
|
113 |
|
114 |
css="""
|
115 |
*, *::placeholder {
|
116 |
-
align-text: center;
|
117 |
-
direction: rtl;
|
118 |
-
font-family: Suez One;
|
119 |
}
|
120 |
h1,h2,h3,h4,h5,h6,span,pre{
|
121 |
-
width: 100
|
122 |
}
|
123 |
footer {
|
124 |
display: none !important;
|
125 |
}
|
126 |
#col-container {
|
127 |
-
margin: 0 auto;
|
128 |
-
max-width: 15cm;
|
129 |
}
|
130 |
#image-container {
|
131 |
-
aspect-ratio: 1024 / 512;
|
132 |
}
|
133 |
.dropdown-arrow {
|
134 |
display: none !important;
|
|
|
113 |
|
114 |
css="""
|
115 |
*, *::placeholder {
|
116 |
+
align-text: center !important;
|
117 |
+
direction: rtl !important;
|
118 |
+
font-family: Suez One !important;
|
119 |
}
|
120 |
h1,h2,h3,h4,h5,h6,span,pre{
|
121 |
+
width: 100% !important;
|
122 |
}
|
123 |
footer {
|
124 |
display: none !important;
|
125 |
}
|
126 |
#col-container {
|
127 |
+
margin: 0 auto !important;
|
128 |
+
max-width: 15cm !important;
|
129 |
}
|
130 |
#image-container {
|
131 |
+
aspect-ratio: 1024 / 512 !important;
|
132 |
}
|
133 |
.dropdown-arrow {
|
134 |
display: none !important;
|