Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -84,9 +84,9 @@ body { background-color: #f4f4f2; } | |
| 84 | 
             
            # Initialize Gradio Chat Interface with the custom CSS
         | 
| 85 | 
             
            demo = gr.ChatInterface(
         | 
| 86 | 
             
                fn=generate_text,
         | 
| 87 | 
            -
                title="ANIMA" 
         | 
| 88 | 
            -
                 | 
| 89 | 
            -
                description=" | 
| 90 | 
             
                examples=[
         | 
| 91 | 
             
                    "How do animals adapt to extreme environments?",
         | 
| 92 | 
             
                    "What are some examples of biomimicry in architecture?",
         | 
|  | |
| 84 | 
             
            # Initialize Gradio Chat Interface with the custom CSS
         | 
| 85 | 
             
            demo = gr.ChatInterface(
         | 
| 86 | 
             
                fn=generate_text,
         | 
| 87 | 
            +
                title="ANIMA", 
         | 
| 88 | 
            +
                
         | 
| 89 | 
            +
                description="(Advanced Nature Inspired Multidisciplinary Assistant) is an expert in various scientific disciplines, including but not limited to biomimicry, biology, and environmental science.",
         | 
| 90 | 
             
                examples=[
         | 
| 91 | 
             
                    "How do animals adapt to extreme environments?",
         | 
| 92 | 
             
                    "What are some examples of biomimicry in architecture?",
         | 
 
			
