vivianoh commited on
Commit
ae11b90
·
verified ·
1 Parent(s): 08ea2a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ h1, h2, h3 {
302
  with gr.Blocks(theme=soothing_theme, css=custom_css, title="Otium") as demo:
303
  gr.HTML("""
304
  <div style="text-align: center; padding: 20px; background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,253,244,0.9) 100%); border-radius: 20px; margin-bottom: 20px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);">
305
- <img src="Otium/Otium.png" style="width: 100px; height: 100px; border-radius: 50%; margin-bottom: 15px;">
306
  </div>
307
  """)
308
 
 
302
  with gr.Blocks(theme=soothing_theme, css=custom_css, title="Otium") as demo:
303
  gr.HTML("""
304
  <div style="text-align: center; padding: 20px; background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,253,244,0.9) 100%); border-radius: 20px; margin-bottom: 20px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);">
305
+ <img src="Otium.jpeg" style="width: 100px; height: 100px; border-radius: 50%; margin-bottom: 15px;">
306
  </div>
307
  """)
308