Yaron Koresh commited on
Commit
840cd7b
verified
1 Parent(s): 34c1550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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():