Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	minor
Browse files- entrypoint.sh +1 -1
    	
        entrypoint.sh
    CHANGED
    
    | @@ -10,5 +10,5 @@ ls -la | |
| 10 | 
             
            ls -la ../ 
         | 
| 11 | 
             
            # Run my chainlit app using uv  
         | 
| 12 | 
             
            echo "Starting Chainlit application..."
         | 
| 13 | 
            -
             | 
| 14 |  | 
|  | |
| 10 | 
             
            ls -la ../ 
         | 
| 11 | 
             
            # Run my chainlit app using uv  
         | 
| 12 | 
             
            echo "Starting Chainlit application..."
         | 
| 13 | 
            +
            uv run chainlit run app.py --host 0.0.0.0 --port 7860
         | 
| 14 |  |