beki commited on
Commit
9b4db1f
·
1 Parent(s): b9807da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -98,6 +98,9 @@ st_text = col1.text_area(
98
  value="Type in some text, "
99
  "like a phone number (212-141-4544) "
100
  "or a name (Lebron James).",
 
 
 
101
  height=400,
102
  )
103
 
 
98
  value="Type in some text, "
99
  "like a phone number (212-141-4544) "
100
  "or a name (Lebron James).",
101
+ "{first_name: Moustafa, ip_address: 192.168.2.80, email: [email protected]}",
102
+ "SELECT fullName, secretName WHERE fullName='Nathan Maher' AND secretName='RqJu PZwhjrbcS'",
103
+ "<table><tr><th>nationality</th><td>American</td></tr></table>"
104
  height=400,
105
  )
106