Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -33,7 +33,7 @@ description = """ | |
| 33 | 
             
            ### Code Submission:
         | 
| 34 | 
             
            - You can enter or paste your Python code you wish to have refactored, or use the provided example.
         | 
| 35 | 
             
            ### Python Code Constraints:
         | 
| 36 | 
            -
            - Keep the code reasonably sized. Large code blocks might face limitations depending on the  | 
| 37 | 
             
            ### Understanding Changes:
         | 
| 38 | 
             
            - It's important to read the "Changes made" section (if provided by the model) in the refactored code response. This will help in understanding what modifications have been made.
         | 
| 39 | 
             
            ### Usage Recommendation:
         | 
|  | |
| 33 | 
             
            ### Code Submission:
         | 
| 34 | 
             
            - You can enter or paste your Python code you wish to have refactored, or use the provided example.
         | 
| 35 | 
             
            ### Python Code Constraints:
         | 
| 36 | 
            +
            - Keep the code reasonably sized. Large code blocks might face limitations depending on the GPU instance and model constraints. Max response length is set to {} tokens.
         | 
| 37 | 
             
            ### Understanding Changes:
         | 
| 38 | 
             
            - It's important to read the "Changes made" section (if provided by the model) in the refactored code response. This will help in understanding what modifications have been made.
         | 
| 39 | 
             
            ### Usage Recommendation:
         |