Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse filesThis should fix the build error
    	
        app.py
    CHANGED
    
    | @@ -18,8 +18,8 @@ examples = [ | |
| 18 | 
             
              ["Please answer the following question: What is the boiling point of water?"],
         | 
| 19 | 
             
              ["Translate to German: How old are you?"],
         | 
| 20 | 
             
              ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
         | 
| 21 | 
            -
              ["Premise:  At my age you will probably have learnt one lesson. Hypothesis:  It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"]
         | 
| 22 | 
            -
              ["Answer the following question by reasoning step by step. The cafeteria had 23 apples. If they used 20 for lunch and bought 6 more, how many apples do they have?"]
         | 
| 23 | 
             
            ]
         | 
| 24 |  | 
| 25 | 
             
            title = "Flan T5 and Vanilla T5"
         | 
|  | |
| 18 | 
             
              ["Please answer the following question: What is the boiling point of water?"],
         | 
| 19 | 
             
              ["Translate to German: How old are you?"],
         | 
| 20 | 
             
              ["Answer the following yes/no question by reasoning step-by-step. Can you write a whole Haiku in a single tweet?"],
         | 
| 21 | 
            +
              ["Premise:  At my age you will probably have learnt one lesson. Hypothesis:  It's not certain how many lessons you'll learn by your thirties. Does the premise entail the hypothesis?"],
         | 
| 22 | 
            +
              ["Answer the following question by reasoning step by step. The cafeteria had 23 apples. If they used 20 for lunch and bought 6 more, how many apples do they have?"],
         | 
| 23 | 
             
            ]
         | 
| 24 |  | 
| 25 | 
             
            title = "Flan T5 and Vanilla T5"
         | 

