Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.")
|