Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						d7d4472
	
1
								Parent(s):
							
							7ab980c
								
Update app.py
Browse fileschange input size
    	
        app.py
    CHANGED
    
    | @@ -12,6 +12,6 @@ def sentiment_analysis(text): | |
| 12 |  | 
| 13 | 
             
            #interface
         | 
| 14 | 
             
            interface=gr.Interface(sentiment_analysis,
         | 
| 15 | 
            -
                                   gr.inputs.Textbox(placeholder="Enter your text here..."),
         | 
| 16 | 
             
                                   outputs=["text"],title="Sentiment Analysis")
         | 
| 17 | 
             
            interface.launch(share=True)
         | 
|  | |
| 12 |  | 
| 13 | 
             
            #interface
         | 
| 14 | 
             
            interface=gr.Interface(sentiment_analysis,
         | 
| 15 | 
            +
                                   gr.inputs.Textbox(lines=7,placeholder="Enter your text here..."),
         | 
| 16 | 
             
                                   outputs=["text"],title="Sentiment Analysis")
         | 
| 17 | 
             
            interface.launch(share=True)
         |