Files changed (1) hide show
  1. app.py +3 -3
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="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/zama.png">
30
- <img width=200 src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/Epita.png">
31
  </div>
32
  """
33
  )
@@ -99,7 +99,7 @@ with demo:
99
  gr.Markdown(
100
  f"""
101
  <p align="center">
102
- <img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/schema.png">
103
  </p>
104
  """
105
  )
 
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://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/raw/main/Img/zama.png">
30
+ <img width=200 src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/raw/main/Img/Epita.png">
31
  </div>
32
  """
33
  )
 
99
  gr.Markdown(
100
  f"""
101
  <p align="center">
102
+ <img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/raw/main/Img/schema.png">
103
  </p>
104
  """
105
  )