samNakamoto commited on
Commit
1a8a1b6
1 Parent(s): 8e88c87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -180,27 +180,21 @@ class Seafoam(Base):
180
  seafoam = Seafoam()
181
 
182
  custom_css = """
183
- #custom-image-container {
184
- display: flex;
185
- justify-content: center;
186
- align-items: center;
187
- }
188
-
189
  #custom-image {
190
- margin: 10px;
 
 
191
  width: 50%;
192
  }
193
  """
194
 
195
  with gr.Blocks(theme=seafoam, analytics_enabled=True, css=custom_css) as demo:
196
  gr.HTML(FONT)
197
- gr.HTML("<div id='custom-image-container'>")
198
- gr.Image("communeai.png", elem_id="custom-image")
199
- gr.Image("nakamoto.png", elem_id="custom-image")
200
- gr.HTML("</div>")
201
  gr.HTML(HEADER)
202
  gr.HTML(EVALUATION_HEADER)
203
  gr.HTML(EVALUATION_DETAILS)
 
204
 
205
 
206
  total_usd_value_html = gr.HTML(
 
180
  seafoam = Seafoam()
181
 
182
  custom_css = """
 
 
 
 
 
 
183
  #custom-image {
184
+ display: block;
185
+ margin-left: auto;
186
+ margin-right: auto;
187
  width: 50%;
188
  }
189
  """
190
 
191
  with gr.Blocks(theme=seafoam, analytics_enabled=True, css=custom_css) as demo:
192
  gr.HTML(FONT)
193
+ gr.Image("comuneXnakamoto", elem_id="custom-image")
 
 
 
194
  gr.HTML(HEADER)
195
  gr.HTML(EVALUATION_HEADER)
196
  gr.HTML(EVALUATION_DETAILS)
197
+ gr.HTML(LANGUAGES_SUPPORTED)
198
 
199
 
200
  total_usd_value_html = gr.HTML(