Simonlob commited on
Commit
270a260
·
verified ·
1 Parent(s): 1470ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -145,6 +145,19 @@ css = """
145
  """
146
  with gr.Blocks(css=css) as block:
147
  gr.HTML(
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  """
149
  <div style="text-align: center; max-width: 700px; margin: 0 auto;">
150
  <div
@@ -156,6 +169,7 @@ with gr.Blocks(css=css) as block:
156
  Akyl-AI TTS
157
  </h1>
158
  </div>
 
159
  </div>
160
  """
161
  )
 
145
  """
146
  with gr.Blocks(css=css) as block:
147
  gr.HTML(
148
+ # """
149
+ # <div style="text-align: center; max-width: 700px; margin: 0 auto;">
150
+ # <div
151
+ # style="
152
+ # display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;
153
+ # "
154
+ # >
155
+ # <h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
156
+ # Akyl-AI TTS
157
+ # </h1>
158
+ # </div>
159
+ # </div>
160
+ # """
161
  """
162
  <div style="text-align: center; max-width: 700px; margin: 0 auto;">
163
  <div
 
169
  Akyl-AI TTS
170
  </h1>
171
  </div>
172
+ <img src="./photo_2024-04-07_15-59-52.png" class="centered-image" />
173
  </div>
174
  """
175
  )