rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ df_topics_bm25 = gr.State(value=pd.DataFrame({"Topic": [1, 2, 3], "column2": ["A
|
|
18 |
with gr.Blocks() as bm25:
|
19 |
with gr.Row():
|
20 |
with gr.Column():
|
21 |
-
gr.
|
22 |
gr.Markdown("This module helps to quickly cluster the products in any excel/csv file for product wise analysis for any NAC(National Assessment centre) of CBIC Indian Customs .", style={"font-size": "18px", "font-weight": "normal","color": "green"})
|
23 |
|
24 |
gr.Markdown(
|
|
|
18 |
with gr.Blocks() as bm25:
|
19 |
with gr.Row():
|
20 |
with gr.Column():
|
21 |
+
gr.Markdown("NAC Product Clustering Analysis", center=True, style={"font-size": "24px", "font-weight": "bold","color": "blue"}),
|
22 |
gr.Markdown("This module helps to quickly cluster the products in any excel/csv file for product wise analysis for any NAC(National Assessment centre) of CBIC Indian Customs .", style={"font-size": "18px", "font-weight": "normal","color": "green"})
|
23 |
|
24 |
gr.Markdown(
|