Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -4,7 +4,7 @@ import json | |
| 4 | 
             
            from tqdm import tqdm
         | 
| 5 | 
             
            from langchain_community.vectorstores import FAISS
         | 
| 6 | 
             
            from langchain_google_genai import GoogleGenerativeAIEmbeddings
         | 
| 7 | 
            -
            import google.generativeai as 
         | 
| 8 | 
             
            from playwright._impl._driver import get_driver_dir
         | 
| 9 |  | 
| 10 | 
             
            from helpers import (
         | 
|  | |
| 4 | 
             
            from tqdm import tqdm
         | 
| 5 | 
             
            from langchain_community.vectorstores import FAISS
         | 
| 6 | 
             
            from langchain_google_genai import GoogleGenerativeAIEmbeddings
         | 
| 7 | 
            +
            import google.generativeai as genai
         | 
| 8 | 
             
            from playwright._impl._driver import get_driver_dir
         | 
| 9 |  | 
| 10 | 
             
            from helpers import (
         | 
