PixelistStudio commited on
Commit
02a0bb8
1 Parent(s): f49ba03

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -4
index.html CHANGED
@@ -226,7 +226,7 @@ css = """"""
226
  with gr.Blocks(css=css) as myface:
227
  gr.HTML(
228
  """<!DOCTYPE html>
229
- <html lang="fa" dir="rtl" align="right">
230
  <head>
231
  <meta charset="utf-8" />
232
  <meta name="twitter:card" content="player"/>
@@ -240,8 +240,6 @@ with gr.Blocks(css=css) as myface:
240
  <meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
241
  <title>Pixelist Ai</title>
242
  </head>
243
- <body data-urlprefix="{{ url_prefix}}" dir="rtl" align="right">
244
- </body>
245
  </html>
246
  """
247
  )
@@ -251,7 +249,7 @@ with gr.Blocks(css=css) as myface:
251
  input_text = gr.Textbox(label="Prompt idea", lines=1)
252
  # Model selection dropdown
253
  model_name1 = gr.Dropdown(
254
- label="انتخاب مدل",
255
  choices=[m["name"] for m in models],
256
  type="index",
257
  value=current_model["name"],
 
226
  with gr.Blocks(css=css) as myface:
227
  gr.HTML(
228
  """<!DOCTYPE html>
229
+ <html lang="fa">
230
  <head>
231
  <meta charset="utf-8" />
232
  <meta name="twitter:card" content="player"/>
 
240
  <meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
241
  <title>Pixelist Ai</title>
242
  </head>
 
 
243
  </html>
244
  """
245
  )
 
249
  input_text = gr.Textbox(label="Prompt idea", lines=1)
250
  # Model selection dropdown
251
  model_name1 = gr.Dropdown(
252
+ label="Choose Model",
253
  choices=[m["name"] for m in models],
254
  type="index",
255
  value=current_model["name"],