Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -99,8 +99,7 @@ def main(): | |
| 99 |  | 
| 100 | 
             
                    # Main content
         | 
| 101 | 
             
                    st.title("Welcome to BinDocs ChatBot! 🤖")
         | 
| 102 | 
            -
             | 
| 103 | 
            -
                    st.image(image, caption='BinDoc GmbH')
         | 
| 104 |  | 
| 105 | 
             
                    # Start tracking user interactions
         | 
| 106 | 
             
                    with streamlit_analytics.track():
         | 
|  | |
| 99 |  | 
| 100 | 
             
                    # Main content
         | 
| 101 | 
             
                    st.title("Welcome to BinDocs ChatBot! 🤖")
         | 
| 102 | 
            +
             | 
|  | |
| 103 |  | 
| 104 | 
             
                    # Start tracking user interactions
         | 
| 105 | 
             
                    with streamlit_analytics.track():
         |