CarlosMalaga
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ def run_client():
|
|
273 |
# text input
|
274 |
text = st.text_area(
|
275 |
"Enter Text Below:",
|
276 |
-
value="
|
277 |
height=200,
|
278 |
max_chars=1500,
|
279 |
)
|
|
|
273 |
# text input
|
274 |
text = st.text_area(
|
275 |
"Enter Text Below:",
|
276 |
+
value="",
|
277 |
height=200,
|
278 |
max_chars=1500,
|
279 |
)
|