From 87765f7db522d7a38b923f565db8d4c8bf688d5a Mon Sep 17 00:00:00 2001
From: manikanta9999k <135978173+manikanta9999k@users.noreply.github.com>
Date: Sun, 28 Jul 2024 11:34:59 +0530
Subject: [PATCH] commit

---
 LDA scikit-learn/displaytopics.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/LDA scikit-learn/displaytopics.py b/LDA scikit-learn/displaytopics.py
index 2e38c38..6e6b251 100644
--- a/LDA scikit-learn/displaytopics.py	
+++ b/LDA scikit-learn/displaytopics.py	
@@ -13,3 +13,5 @@ def display_topics(model, feature_names, num_top_words):
 num_top_words = 10
 display_topics(nmf, tfidf_feature_names, num_top_words)
 display_topics(lda, tf_feature_names, num_top_words)
+
+this is