CarlosMalaga commited on
Commit
1a9a3a5
1 Parent(s): c94e545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ def run_client():
273
  # text input
274
  text = st.text_area(
275
  "Enter Text Below:",
276
- value="How does educational interventions affect to salaries?",
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
  )