Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ input, input::placeholder {
|
|
116 |
text-align: center !important;
|
117 |
}
|
118 |
*, *::placeholder {
|
119 |
-
direction:
|
120 |
font-family: Suez One !important;
|
121 |
}
|
122 |
h1,h2,h3,h4,h5,h6,span,p,pre {
|
@@ -159,7 +159,7 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
|
159 |
with gr.Row():
|
160 |
prompt = gr.Textbox(
|
161 |
elem_id="prompt",
|
162 |
-
placeholder="WHAT TO CREATE
|
163 |
container=False,
|
164 |
rtl=True,
|
165 |
max_lines=1
|
@@ -167,7 +167,7 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
|
167 |
with gr.Row():
|
168 |
prompt2 = gr.Textbox(
|
169 |
elem_id="prompt2",
|
170 |
-
placeholder="WHAT TO AVOID
|
171 |
container=False,
|
172 |
rtl=True,
|
173 |
max_lines=1
|
|
|
116 |
text-align: center !important;
|
117 |
}
|
118 |
*, *::placeholder {
|
119 |
+
direction: ltr !important;
|
120 |
font-family: Suez One !important;
|
121 |
}
|
122 |
h1,h2,h3,h4,h5,h6,span,p,pre {
|
|
|
159 |
with gr.Row():
|
160 |
prompt = gr.Textbox(
|
161 |
elem_id="prompt",
|
162 |
+
placeholder="WHAT TO CREATE",
|
163 |
container=False,
|
164 |
rtl=True,
|
165 |
max_lines=1
|
|
|
167 |
with gr.Row():
|
168 |
prompt2 = gr.Textbox(
|
169 |
elem_id="prompt2",
|
170 |
+
placeholder="WHAT TO AVOID",
|
171 |
container=False,
|
172 |
rtl=True,
|
173 |
max_lines=1
|