jbraha commited on
Commit
912e22d
1 Parent(s): e57eba3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ if st.button('Analyze'):
55
  output = unpack(result)
56
  else:
57
  output = result
58
- st.write(output)
59
  else:
60
  st.write('Excited to analyze!')
61
 
 
55
  output = unpack(result)
56
  else:
57
  output = result
58
+ st.table(output)
59
  else:
60
  st.write('Excited to analyze!')
61