krishnasai99 commited on
Commit
ead954e
1 Parent(s): e5ceb77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -7,3 +7,7 @@ text = st.text_area('Enter some Text!')
7
  if text:
8
  out=pipe(text)
9
  st.json(out)
 
 
 
 
 
7
  if text:
8
  out=pipe(text)
9
  st.json(out)
10
+
11
+
12
+
13
+