Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update company prompt (#11)
Browse files- Update company prompt (9b5ae823f997c221c785ac88227c16777fb4da58)
Co-authored-by: Inge V <ingelise@users.noreply.huggingface.co>
    	
        app.py
    CHANGED
    
    | @@ -57,7 +57,7 @@ class UI: | |
| 57 | 
             
                                interactive=True
         | 
| 58 | 
             
                            )
         | 
| 59 | 
             
                            examples = gr.Examples([["A medical chatbot for a triage system to assess symptoms and provide advice based on patient medical history and conditions. The chatbot will analyze the patient input, identify potential medical issues, and offer recommendations to the patient or healthcare provider.", "ibm-risk-atlas"],
         | 
| 60 | 
            -
                                                    ["Building a customer support agent that automatically triages common problems with services.", "ibm-risk-atlas"]],
         | 
| 61 | 
             
                                                   [self.usecase, self.taxonomy],
         | 
| 62 | 
             
                                                    label='Example use cases', example_labels=["Medical chatbot", "Customer service agent"] 
         | 
| 63 | 
             
                                                   )
         | 
|  | |
| 57 | 
             
                                interactive=True
         | 
| 58 | 
             
                            )
         | 
| 59 | 
             
                            examples = gr.Examples([["A medical chatbot for a triage system to assess symptoms and provide advice based on patient medical history and conditions. The chatbot will analyze the patient input, identify potential medical issues, and offer recommendations to the patient or healthcare provider.", "ibm-risk-atlas"],
         | 
| 60 | 
            +
                                                    ["Building a customer support agent that automatically triages common problems with a company's services.", "ibm-risk-atlas"]],
         | 
| 61 | 
             
                                                   [self.usecase, self.taxonomy],
         | 
| 62 | 
             
                                                    label='Example use cases', example_labels=["Medical chatbot", "Customer service agent"] 
         | 
| 63 | 
             
                                                   )
         | 
