Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	new code
Browse files- src/app.py +1 -1
    	
        src/app.py
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 | 
             
            from interface import create_demo
         | 
| 2 | 
             
            from pdfchatbot import PDFChatBot
         | 
| 3 |  | 
| 4 | 
            -
            demo, chat_history, show_img, txt, submit_button, uploaded_pdf, slider_chunk_size = create_demo()
         | 
| 5 |  | 
| 6 | 
             
            pdf_chatbot = PDFChatBot()
         | 
| 7 | 
             
            with demo:
         | 
|  | |
| 1 | 
             
            from interface import create_demo
         | 
| 2 | 
             
            from pdfchatbot import PDFChatBot
         | 
| 3 |  | 
| 4 | 
            +
            demo, chat_history, show_img, txt, submit_button, uploaded_pdf, slider_chunk_size,slider_overlap_percentage,slider_temp,slider_k = create_demo()
         | 
| 5 |  | 
| 6 | 
             
            pdf_chatbot = PDFChatBot()
         | 
| 7 | 
             
            with demo:
         | 

