Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -738,6 +738,10 @@ def side():
|
|
| 738 |
justify-content: space-between;
|
| 739 |
gap: 10px;
|
| 740 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 741 |
</style>
|
| 742 |
""", unsafe_allow_html=True)
|
| 743 |
|
|
@@ -760,7 +764,7 @@ def side():
|
|
| 760 |
]
|
| 761 |
) if st.session_state["documents"] else "Save documents like your brand tonality, key phrases, or segments here and they will show here."
|
| 762 |
|
| 763 |
-
st.
|
| 764 |
label="",
|
| 765 |
value=saved_docs,
|
| 766 |
height=150,
|
|
|
|
| 738 |
justify-content: space-between;
|
| 739 |
gap: 10px;
|
| 740 |
}
|
| 741 |
+
.stTextArea [data-baseweb="textarea"] {
|
| 742 |
+
resize: none; /* Disable resizing */
|
| 743 |
+
overflow: hidden; /* Hide scrollbars */
|
| 744 |
+
}
|
| 745 |
</style>
|
| 746 |
""", unsafe_allow_html=True)
|
| 747 |
|
|
|
|
| 764 |
]
|
| 765 |
) if st.session_state["documents"] else "Save documents like your brand tonality, key phrases, or segments here and they will show here."
|
| 766 |
|
| 767 |
+
st.text_area(
|
| 768 |
label="",
|
| 769 |
value=saved_docs,
|
| 770 |
height=150,
|