Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		inclusive-ml
		
	commited on
		
		
					Commit 
							
							·
						
						5b91e20
	
1
								Parent(s):
							
							26fb881
								
skills examples
Browse files
    	
        app.py
    CHANGED
    
    | @@ -33,11 +33,10 @@ def dashboard(model): | |
| 33 | 
             
                                                 "Text Summarization",
         | 
| 34 | 
             
                                                 "Document Similarity Score"
         | 
| 35 | 
             
                                             ])
         | 
| 36 | 
            -
                default_sentence = " | 
| 37 | 
            -
                text_summarization_sentence = " | 
| 38 | 
            -
             | 
| 39 | 
            -
                 | 
| 40 | 
            -
                doc_similarity_sentence2 = "I live in Lagos."
         | 
| 41 | 
             
                help_msg = "You could either type in the sentences to run inferences on or use the upload button to \
         | 
| 42 | 
             
                    upload text files containing those sentences. The input sentence box, by default, displays sample \
         | 
| 43 | 
             
                    texts or the texts in the files that you've uploaded. Feel free to erase them and type in new sentences."
         | 
|  | |
| 33 | 
             
                                                 "Text Summarization",
         | 
| 34 | 
             
                                                 "Document Similarity Score"
         | 
| 35 | 
             
                                             ])
         | 
| 36 | 
            +
                default_sentence = "Provide formal corporate communications on directional changes or changes that will impact existing services."
         | 
| 37 | 
            +
                text_summarization_sentence = "Back-end developers are responsible for writing the web services and APIs used by front-end developers and mobile application developers. They usually work closely with other software engineers in the company to ensure system consistency and improve user experience."
         | 
| 38 | 
            +
                doc_similarity_sentence1 = "Implement and manage company data management practices and policies."
         | 
| 39 | 
            +
                doc_similarity_sentence2 = "Provide support for security policies and procedures."
         | 
|  | |
| 40 | 
             
                help_msg = "You could either type in the sentences to run inferences on or use the upload button to \
         | 
| 41 | 
             
                    upload text files containing those sentences. The input sentence box, by default, displays sample \
         | 
| 42 | 
             
                    texts or the texts in the files that you've uploaded. Feel free to erase them and type in new sentences."
         |