Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,10 +156,6 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
| 156 |
</style>
|
| 157 |
""", unsafe_allow_html=True)
|
| 158 |
|
| 159 |
-
# Function to update text (assuming you have this defined)
|
| 160 |
-
def update_text():
|
| 161 |
-
st.session_state.current_text = st.session_state.text_area_value
|
| 162 |
-
|
| 163 |
# Display the framed text area
|
| 164 |
st.markdown('<div class="framed-text-area">', unsafe_allow_html=True)
|
| 165 |
text = st.text_area(
|
|
|
|
| 156 |
</style>
|
| 157 |
""", unsafe_allow_html=True)
|
| 158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
# Display the framed text area
|
| 160 |
st.markdown('<div class="framed-text-area">', unsafe_allow_html=True)
|
| 161 |
text = st.text_area(
|