beki commited on
Commit
392663e
·
1 Parent(s): ad0ebbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -109,8 +109,9 @@ analyzer_load_state.empty()
109
  st_text = st.text_area(
110
  label="Type in some text",
111
  value=
112
- "like a phone number (212-141-4544) "
113
- "or a name (Lebron James).",
 
114
  height=200,
115
  )
116
 
 
109
  st_text = st.text_area(
110
  label="Type in some text",
111
  value=
112
+ "{first_name: Moustafa, ip_address: 192.168.2.80, email: [email protected], item: foot cream}"
113
+ "\n"
114
+ "SELECT address FROM users WHERE address = '47 W 13th St, New York, NY 10011'",
115
  height=200,
116
  )
117