Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	using prod database
Browse files- scripts/app.py +1 -1
 
    	
        scripts/app.py
    CHANGED
    
    | 
         @@ -22,7 +22,7 @@ welcome_message_path = Path(__file__).parents[1] / "spaces/welcome_message.md" 
     | 
|
| 22 | 
         
             
            # Enables running async code inside an existing event loop without crashing.
         
     | 
| 23 | 
         
             
            nest_asyncio.apply()
         
     | 
| 24 | 
         | 
| 25 | 
         
            -
            tru = TruSession(database_url=os.getenv(" 
     | 
| 26 | 
         | 
| 27 | 
         | 
| 28 | 
         
             
            class ChatBot:
         
     | 
| 
         | 
|
| 22 | 
         
             
            # Enables running async code inside an existing event loop without crashing.
         
     | 
| 23 | 
         
             
            nest_asyncio.apply()
         
     | 
| 24 | 
         | 
| 25 | 
         
            +
            tru = TruSession(database_url=os.getenv("SUPABASE_PROD_CONNECTION_STRING_IPV4"))
         
     | 
| 26 | 
         | 
| 27 | 
         | 
| 28 | 
         
             
            class ChatBot:
         
     |