beki commited on
Commit
6a89ee8
·
1 Parent(s): 5bbfdb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -97,10 +97,10 @@ 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
  )
106
 
 
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
  )
106