Isaoudata commited on
Commit
1f847cb
·
1 Parent(s): 2cafcf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -27,5 +27,4 @@ def infer(inp):
27
 
28
  output = infer(" I shall go")
29
  text = st.text_area(output)
30
-
31
- st.json(text)
 
27
 
28
  output = infer(" I shall go")
29
  text = st.text_area(output)
30
+ print(text)