80cols commited on
Commit
16a2af1
·
verified ·
1 Parent(s): d959094

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ with demo:
26
  gr.Markdown(
27
  f"""
28
  <div style="display: flex; justify-content: center; align-items: center;">
29
- <img style="margin-right: 50px;" width=200 src="data:image/png;base64,{zama_base64}">
30
- <img width=200 src="data:image/png;base64,{epita_base64}">
31
  </div>
32
  """
33
  )
 
26
  gr.Markdown(
27
  f"""
28
  <div style="display: flex; justify-content: center; align-items: center;">
29
+ <img style="margin-right: 50px;" width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
30
+ <img width=200 src="https://upload.wikimedia.org/wikipedia/fr/thumb/d/d8/Epita.png/800px-Epita.png?20180717093238">
31
  </div>
32
  """
33
  )