Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -97,9 +97,9 @@ st_text = col1.text_area(
|
|
97 |
label="Enter text",
|
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 |
)
|
|
|
97 |
label="Enter text",
|
98 |
value="Type in some text, "
|
99 |
"like a phone number (212-141-4544) "
|
100 |
+
"or a name (Lebron James).\n\n"
|
101 |
+
"{first_name: Moustafa, ip_address: 192.168.2.80, email: [email protected]}\n\n"
|
102 |
+
"SELECT fullName, secretName WHERE fullName='Nathan Maher' AND secretName='RqJu PZwhjrbcS'\n\n"
|
103 |
"<table><tr><th>nationality</th><td>American</td></tr></table>",
|
104 |
height=400,
|
105 |
)
|