80cols commited on
Commit
f35811c
Β·
verified Β·
1 Parent(s): 85db802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +34 -34
app.py CHANGED
@@ -40,27 +40,27 @@ with demo:
40
 
41
 
42
 
43
- # gr.Markdown(
44
- # """
45
- # <h1 style="text-align: center;">Fraud Detection with FHE Model</h1>
46
- # <p align="center">
47
- # <a href="https://github.com/CirSandro/private-fhe-fraud-detection">
48
- # <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ’³</span>private-fhe-fraud-detection
49
- # </a>
50
- # β€”
51
- # <a href="https://docs.zama.ai/concrete-ml">
52
- # <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ”’</span>Documentation Concrete-ML
53
- # </a>
54
- # </p>
55
- # """
56
- # )
57
 
58
- # gr.Markdown(
59
- # """
60
- # <p align="center" style="font-size: 16px;">
61
- # How to detect bank fraud without using your personal data ?</p>
62
- # """
63
- # )
64
 
65
  with gr.Accordion("What is bank fraud detection?", open=False):
66
  gr.Markdown(
@@ -94,21 +94,21 @@ with demo:
94
  """
95
  )
96
 
97
- # gr.Markdown(
98
- # """
99
- # <p style="text-align: center;">
100
- # Below, we will explain the flow in the image by simulating a purchase you've just made, and show you how our fraud detection model processes the transaction.
101
- # </p>
102
- # """
103
- # )
104
 
105
- # gr.Markdown(
106
- # f"""
107
- # <p align="center">
108
- # <img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/schema.png">
109
- # </p>
110
- # """
111
- # )
112
 
113
  gr.Markdown("<hr />")
114
 
 
40
 
41
 
42
 
43
+ gr.Markdown(
44
+ """
45
+ <h1 style="text-align: center;">Fraud Detection with FHE Model</h1>
46
+ <p align="center">
47
+ <a href="https://github.com/CirSandro/private-fhe-fraud-detection">
48
+ <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ’³</span>private-fhe-fraud-detection
49
+ </a>
50
+ β€”
51
+ <a href="https://docs.zama.ai/concrete-ml">
52
+ <span style="vertical-align: middle; display:inline-block; margin-right: 3px;">πŸ”’</span>Documentation Concrete-ML
53
+ </a>
54
+ </p>
55
+ """
56
+ )
57
 
58
+ gr.Markdown(
59
+ """
60
+ <p align="center" style="font-size: 16px;">
61
+ How to detect bank fraud without using your personal data ?</p>
62
+ """
63
+ )
64
 
65
  with gr.Accordion("What is bank fraud detection?", open=False):
66
  gr.Markdown(
 
94
  """
95
  )
96
 
97
+ gr.Markdown(
98
+ """
99
+ <p style="text-align: center;">
100
+ Below, we will explain the flow in the image by simulating a purchase you've just made, and show you how our fraud detection model processes the transaction.
101
+ </p>
102
+ """
103
+ )
104
 
105
+ gr.Markdown(
106
+ f"""
107
+ <p align="center">
108
+ <img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/schema.png">
109
+ </p>
110
+ """
111
+ )
112
 
113
  gr.Markdown("<hr />")
114