GBarrera817 commited on
Commit
80aa050
·
1 Parent(s): 951e959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,4 +6,3 @@ text = st.text_area('enter some text')
6
  if text:
7
  out = pipe(text)
8
  st.json(out)
9
- © 2021 GitHub, Inc.
 
6
  if text:
7
  out = pipe(text)
8
  st.json(out)