IamVicky111 commited on
Commit
b7ea448
·
verified ·
1 Parent(s): 08e81a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ graph_config = {
37
  "embeddings": {"model_instance": embedder_model_instance},
38
  "vector_store": {"model_instance": vector_store}
39
  }
40
- }
41
  #To Scrape the data and summarize it
42
  def scrape_and_summarize(prompt, source):
43
  smart_scraper_graph = SmartScraperGraph(
 
37
  "embeddings": {"model_instance": embedder_model_instance},
38
  "vector_store": {"model_instance": vector_store}
39
  }
40
+
41
  #To Scrape the data and summarize it
42
  def scrape_and_summarize(prompt, source):
43
  smart_scraper_graph = SmartScraperGraph(