naman1102 commited on
Commit
1dbc8cb
·
1 Parent(s): 2689b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def should_auto_extract_keywords(history: List[Dict[str, str]]) -> bool:
72
 
73
  def get_top_relevant_repos(df: pd.DataFrame, user_requirements: str, top_n: int = 3) -> pd.DataFrame:
74
  """
75
- Uses LLM to select the top N most relevant repositories based on user requirements and analysis data.
76
  """
77
  try:
78
  if df.empty:
 
72
 
73
  def get_top_relevant_repos(df: pd.DataFrame, user_requirements: str, top_n: int = 3) -> pd.DataFrame:
74
  """
75
+ Uses LLM to select the top 3 most relevant repositories based on user requirements and analysis data.
76
  """
77
  try:
78
  if df.empty: