Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -169,7 +169,7 @@ with gr.Blocks(css=css) as demo: | |
| 169 | 
             
                            lines=1,
         | 
| 170 | 
             
                            container=False)
         | 
| 171 | 
             
                    with gr.Column(scale=0.15, min_width=0):
         | 
| 172 | 
            -
                        btn2 = gr.Button("Send" | 
| 173 |  | 
| 174 | 
             
                def set_key(state, openai_api_key):
         | 
| 175 | 
             
                    return state["client"].set_key(openai_api_key)
         | 
|  | |
| 169 | 
             
                            lines=1,
         | 
| 170 | 
             
                            container=False)
         | 
| 171 | 
             
                    with gr.Column(scale=0.15, min_width=0):
         | 
| 172 | 
            +
                        btn2 = gr.Button("Send")
         | 
| 173 |  | 
| 174 | 
             
                def set_key(state, openai_api_key):
         | 
| 175 | 
             
                    return state["client"].set_key(openai_api_key)
         | 
