Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						a0a9d69
	
1
								Parent(s):
							
							e855c02
								
Update components/tag_chain.py
Browse files- components/tag_chain.py +1 -1
    	
        components/tag_chain.py
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            from langchain import PromptTemplate
         | 
| 2 | 
             
            from langchain.chains import LLMChain
         | 
| 3 |  | 
| 4 | 
             
            def chain(llm):
         | 
|  | |
| 1 | 
            +
            from langchain.prompts import PromptTemplate
         | 
| 2 | 
             
            from langchain.chains import LLMChain
         | 
| 3 |  | 
| 4 | 
             
            def chain(llm):
         | 
