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