Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						e3cb71b
	
1
								Parent(s):
							
							83c6d77
								
spelling
Browse files- mammal_demo/ps_task.py +1 -1
 
    	
        mammal_demo/ps_task.py
    CHANGED
    
    | 
         @@ -99,7 +99,7 @@ Given the protein sequence, estimate if it's water-soluble. 
     | 
|
| 99 | 
         
             
                            )
         
     | 
| 100 | 
         
             
                        with gr.Row():
         
     | 
| 101 | 
         
             
                            run_mammal = gr.Button(
         
     | 
| 102 | 
         
            -
                                "Run Mammal prompt for protein solubility",
         
     | 
| 103 | 
         
             
                                variant="primary",
         
     | 
| 104 | 
         
             
                            )
         
     | 
| 105 | 
         
             
                        with gr.Row():
         
     | 
| 
         | 
|
| 99 | 
         
             
                            )
         
     | 
| 100 | 
         
             
                        with gr.Row():
         
     | 
| 101 | 
         
             
                            run_mammal = gr.Button(
         
     | 
| 102 | 
         
            +
                                "Run Mammal prompt for protein solubility estimation",
         
     | 
| 103 | 
         
             
                                variant="primary",
         
     | 
| 104 | 
         
             
                            )
         
     | 
| 105 | 
         
             
                        with gr.Row():
         
     |