beki commited on
Commit
cbd5f7a
·
1 Parent(s): e312946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ analyzer_load_state.empty()
110
  st_text = st.text_area(
111
  label="Type in some text",
112
  value=
113
- "{first_name: Moustafa, ip_address: 192.168.2.80, email: mous@gmail.com, item: foot cream}"
114
  "\n"
115
  "SELECT address FROM users WHERE address = '47 W 13th St, New York, NY 10011'",
116
  height=200,
 
110
  st_text = st.text_area(
111
  label="Type in some text",
112
  value=
113
+ "{first_name: Willie Porter, ip_address: 192.168.2.80, email: willie@gmail.com}"
114
  "\n"
115
  "SELECT address FROM users WHERE address = '47 W 13th St, New York, NY 10011'",
116
  height=200,