Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						5a9dbe4
	
1
								Parent(s):
							
							ccf48ce
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -146,8 +146,5 @@ download_button = st.download_button( 
     | 
|
| 146 | 
         
             
                mime="text/plain"
         
     | 
| 147 | 
         
             
            )
         
     | 
| 148 | 
         | 
| 149 | 
         
            -
            # Display the chat history
         
     | 
| 150 | 
         
            -
            display_chat_history()
         
     | 
| 151 | 
         
            -
             
     | 
| 152 | 
         
             
            # Ensure the file_uploader widget state is tied to the randomly generated key
         
     | 
| 153 | 
         
             
            st.session_state.uploaded_files = uploaded_files
         
     | 
| 
         | 
|
| 146 | 
         
             
                mime="text/plain"
         
     | 
| 147 | 
         
             
            )
         
     | 
| 148 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 149 | 
         
             
            # Ensure the file_uploader widget state is tied to the randomly generated key
         
     | 
| 150 | 
         
             
            st.session_state.uploaded_files = uploaded_files
         
     |