Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -112,13 +112,16 @@ def infer(prompt,prompt2):
|
|
112 |
return name
|
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;
|
|
|
112 |
return name
|
113 |
|
114 |
css="""
|
115 |
+
input::placeholder {
|
116 |
+
text-align: center !important;
|
117 |
+
}
|
118 |
*, *::placeholder {
|
|
|
119 |
direction: rtl !important;
|
120 |
font-family: Suez One !important;
|
121 |
}
|
122 |
+
h1,h2,h3,h4,h5,h6,span,p,pre {
|
123 |
width: 100% !important;
|
124 |
+
text-align: center !important;
|
125 |
}
|
126 |
footer {
|
127 |
display: none !important;
|