amithdoreswamy commited on
Commit
7845ae8
·
verified ·
1 Parent(s): 31ba3c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,5 +47,5 @@ if submit:
47
  textsplit = response.splitlines()
48
 
49
  for x in textsplit:
50
- st.write(textsplit)
51
 
 
47
  textsplit = response.splitlines()
48
 
49
  for x in textsplit:
50
+ st.write(x)
51