Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
"
|
113 |
-
"
|
|
|
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 |
|