kcelia commited on
Commit
fd8f14e
1 Parent(s): e238f55

chore: fix zama logo

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -40,11 +40,16 @@ demo = gr.Blocks()
40
 
41
  print("Starting the demo...")
42
  with demo:
 
 
 
 
 
 
 
 
43
  gr.Markdown(
44
  """
45
- <p align="center">
46
- <img width=200 src="file/images/logos/zama.jpg">
47
- </p>
48
  <h1 align="center">Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption</h1>
49
  <p align="center">
50
  <a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>
 
40
 
41
  print("Starting the demo...")
42
  with demo:
43
+
44
+ gr.Markdown(
45
+ """
46
+ <p align="center">
47
+ <img width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
48
+ </p>
49
+ """
50
+ )
51
  gr.Markdown(
52
  """
 
 
 
53
  <h1 align="center">Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption</h1>
54
  <p align="center">
55
  <a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>