Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -22,5 +22,5 @@ if st.button("Analyze Sentiment"): | |
| 22 | 
             
                    st.write(f"Confidence Score: {sentiment_score:.2f}")
         | 
| 23 |  | 
| 24 | 
             
            # Run the Streamlit app
         | 
| 25 | 
            -
             | 
| 26 | 
             
                st.write("Enter a message and click 'Analyze Sentiment' to classify its sentiment.")
         | 
|  | |
| 22 | 
             
                    st.write(f"Confidence Score: {sentiment_score:.2f}")
         | 
| 23 |  | 
| 24 | 
             
            # Run the Streamlit app
         | 
| 25 | 
            +
             | 
| 26 | 
             
                st.write("Enter a message and click 'Analyze Sentiment' to classify its sentiment.")
         |