counter
Browse files
app.py
CHANGED
@@ -19,6 +19,27 @@ head = """
|
|
19 |
|
20 |
gtag('config', 'G-SRX9LDVBCW');
|
21 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"""
|
23 |
|
24 |
with gr.Blocks(head=head) as demo:
|
@@ -48,7 +69,7 @@ Other Links:
|
|
48 |
gr.Markdown("""
|
49 |
Objective: Dynamic RBC Product Recommender: Personalize Offers Using Customer Persona Insights
|
50 |
================================================
|
51 |
-
- Retrieval: Public RBC Product Data
|
52 |
- Recommend: RBC Product
|
53 |
|
54 |
Potential Optimization
|
|
|
19 |
|
20 |
gtag('config', 'G-SRX9LDVBCW');
|
21 |
</script>
|
22 |
+
|
23 |
+
<!-- Default Statcounter code for kevinhug/ai
|
24 |
+
https://huggingface.co/spaces/kevinhug/ai -->
|
25 |
+
<script type="text/javascript">
|
26 |
+
var sc_project=13123186;
|
27 |
+
var sc_invisible=1;
|
28 |
+
var sc_security="c78c54ad";
|
29 |
+
</script>
|
30 |
+
<script type="text/javascript"
|
31 |
+
src="https://www.statcounter.com/counter/counter.js"
|
32 |
+
async></script>
|
33 |
+
<noscript><div class="statcounter"><a title="Web Analytics"
|
34 |
+
href="https://statcounter.com/" target="_blank"><img
|
35 |
+
class="statcounter"
|
36 |
+
src="https://c.statcounter.com/13123186/0/c78c54ad/1/"
|
37 |
+
alt="Web Analytics"
|
38 |
+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
|
39 |
+
<!-- End of Statcounter Code -->
|
40 |
+
|
41 |
+
<div id="sfclluw49qah2u3f45m49z5c2k3x3h8p458"></div><script type="text/javascript" src="https://counter2.optistats.ovh/private/counter.js?c=lluw49qah2u3f45m49z5c2k3x3h8p458&down=async" async></script><br><a href="https://www.freecounterstat.com">web page counter code</a><noscript><a href="https://www.freecounterstat.com" title="web page counter code"><img src="https://counter2.optistats.ovh/private/freecounterstat.php?c=lluw49qah2u3f45m49z5c2k3x3h8p458" border="0" title="web page counter code" alt="web page counter code"></a></noscript>
|
42 |
+
<!-- End of https://www.freecounterstat.com/geozoom.php?c=lluw49qah2u3f45m49z5c2k3x3h8p458&base=counter2 Code -->
|
43 |
"""
|
44 |
|
45 |
with gr.Blocks(head=head) as demo:
|
|
|
69 |
gr.Markdown("""
|
70 |
Objective: Dynamic RBC Product Recommender: Personalize Offers Using Customer Persona Insights
|
71 |
================================================
|
72 |
+
- Retrieval: Public RBC Product Data, other massive dataset: customers data
|
73 |
- Recommend: RBC Product
|
74 |
|
75 |
Potential Optimization
|