Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -112,9 +112,13 @@ def infer(prompt,prompt2):
|
|
112 |
return name
|
113 |
|
114 |
css="""
|
115 |
-
|
116 |
align-text: center;
|
117 |
direction: rtl;
|
|
|
|
|
|
|
|
|
118 |
}
|
119 |
footer {
|
120 |
display: none !important;
|
@@ -146,7 +150,7 @@ else:
|
|
146 |
with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
147 |
with gr.Column(elem_id="col-container"):
|
148 |
gr.Markdown(f"""
|
149 |
-
# 转诪讜谞讜转
|
150 |
专抓 注诇 {power_device}.
|
151 |
""")
|
152 |
with gr.Row():
|
|
|
112 |
return name
|
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;
|
|
|
150 |
with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
151 |
with gr.Column(elem_id="col-container"):
|
152 |
gr.Markdown(f"""
|
153 |
+
# 转诪讜谞讜转 讗讬讻讜转讬讜转 诪讘讬谞讛 诪诇讗讻讜转讬转
|
154 |
专抓 注诇 {power_device}.
|
155 |
""")
|
156 |
with gr.Row():
|