Benjy commited on
Commit
7d9e4f3
1 Parent(s): a9809e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -26,3 +26,8 @@ if st.button("Analyse Sentiment"):
26
  st.write(f"Sentiment: {sentiment} (Confidence: {confidence_percentage:.2f}%)")
27
  else:
28
  st.write("Please enter some text to proceed.")
 
 
 
 
 
 
26
  st.write(f"Sentiment: {sentiment} (Confidence: {confidence_percentage:.2f}%)")
27
  else:
28
  st.write("Please enter some text to proceed.")
29
+
30
+
31
+ #Credit
32
+ st.write(" ")
33
+ st.write("Click [here](https://ai-solutions.ai) to visit AI Solutions.")