hamzaherry commited on
Commit
7cc8ff3
·
verified ·
1 Parent(s): 887a604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,5 +119,5 @@ if uploaded_files:
119
  plt.ylabel("Results")
120
  st.pyplot(plt)
121
 
122
- # Text area for annotations with a pencil emoji
123
- st.text_area("Annotate Your Insights:", height=100, key="annotations", help="Add your thoughts or comments here", icon="✏️")
 
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")