rameshmoorthy commited on
Commit
906be22
·
verified ·
1 Parent(s): f5abcc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Title("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(
 
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(