Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	poop on my chest
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -59,4 +59,4 @@ examples = [ 
     | 
|
| 59 | 
         
             
            ]
         
     | 
| 60 | 
         | 
| 61 | 
         
             
            gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article, 
         
     | 
| 62 | 
         
            -
             theme="darkdefault", examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "stongly unrelated"]).launch( 
     | 
| 
         | 
|
| 59 | 
         
             
            ]
         
     | 
| 60 | 
         | 
| 61 | 
         
             
            gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article, 
         
     | 
| 62 | 
         
            +
             theme="darkdefault", examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "stongly unrelated"]).launch()
         
     |