SantanuBanerjee commited on
Commit
2b24dfb
·
verified ·
1 Parent(s): 1ef648a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -237,7 +237,8 @@ import numpy as np
237
 
238
 
239
  def extract_problem_domains(df,
240
- text_column='Processed_ProblemDescription_forDomainExtraction',
 
241
  cluster_range=(10, 50),
242
  top_words=17,
243
  method='sentence_transformers'
 
237
 
238
 
239
  def extract_problem_domains(df,
240
+ # text_column='Processed_ProblemDescription_forDomainExtraction',
241
+ text_column='Problem_Description',
242
  cluster_range=(10, 50),
243
  top_words=17,
244
  method='sentence_transformers'