Yaron Koresh commited on
Commit
a345db9
·
verified ·
1 Parent(s): 0ec3daa

Update app.py

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