storresbusquets commited on
Commit
d676f2d
·
1 Parent(s): 07d1dca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -410,7 +410,7 @@ with block as demo:
410
  """
411
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
412
  <div>
413
- <h1 style="font-family: poppins, sans-serif;">MED.IA <span style="color: #433ccb;">INSIGHTS</span> 💡</h1>
414
  </div>
415
  <h4 style="margin-bottom: 5px; font-size: 95%">
416
  Your AI-powered video analytics tool ✨
@@ -601,8 +601,6 @@ with block:
601
  """
602
  )
603
 
604
- gr.Image("https://github.com/Tochers/UCM-Projects/blob/main/TFM/images/banner_notebook.png")
605
-
606
 
607
  demo.launch()
608
 
 
410
  """
411
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
412
  <div>
413
+ <h1 style="font-family: Monserrat, sans-serif;">MEDIA <span style="color: #433ccb;">INSIGHTS</span> 💡</h1>
414
  </div>
415
  <h4 style="margin-bottom: 5px; font-size: 95%">
416
  Your AI-powered video analytics tool ✨
 
601
  """
602
  )
603
 
 
 
604
 
605
  demo.launch()
606