add counter
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
<div class="elfsight-app-5f3e8eb9-9103-490e-9999-e20aa4157dc7" data-elfsight-app-lazy></div>
|
57 |
"""
|
58 |
|
59 |
-
gr.HTML(
|
60 |
|
61 |
gr.Markdown("""Enhancing Customer Engagement and Operational Efficiency with NLP
|
62 |
=========
|
@@ -68,6 +68,8 @@ with gr.Blocks() as demo:
|
|
68 |
|
69 |
##### Open source ml bank dataset
|
70 |
https://www.kaggle.com/datasets/trainingdatapro/20000-customers-reviews-on-banks/?select=Banks.csv
|
|
|
|
|
71 |
""")
|
72 |
with gr.Tab("Semantic Similarity Document Search (SSDS)"):
|
73 |
in_similar = gr.Textbox(placeholder="having credit card problem",
|
|
|
56 |
<div class="elfsight-app-5f3e8eb9-9103-490e-9999-e20aa4157dc7" data-elfsight-app-lazy></div>
|
57 |
"""
|
58 |
|
59 |
+
gr.HTML(counter)
|
60 |
|
61 |
gr.Markdown("""Enhancing Customer Engagement and Operational Efficiency with NLP
|
62 |
=========
|
|
|
68 |
|
69 |
##### Open source ml bank dataset
|
70 |
https://www.kaggle.com/datasets/trainingdatapro/20000-customers-reviews-on-banks/?select=Banks.csv
|
71 |
+
|
72 |
+

|
73 |
""")
|
74 |
with gr.Tab("Semantic Similarity Document Search (SSDS)"):
|
75 |
in_similar = gr.Textbox(placeholder="having credit card problem",
|