Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,5 +119,5 @@ if uploaded_files:
|
|
119 |
plt.ylabel("Results")
|
120 |
st.pyplot(plt)
|
121 |
|
122 |
-
# Text area for annotations
|
123 |
-
st.text_area("Annotate Your Insights:", height=100, key="annotations", help="Add your thoughts or comments here"
|
|
|
119 |
plt.ylabel("Results")
|
120 |
st.pyplot(plt)
|
121 |
|
122 |
+
# Text area for annotations without the icon
|
123 |
+
st.text_area("Annotate Your Insights:", height=100, key="annotations", help="Add your thoughts or comments here")
|