table
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ if st.button('Analyze'):
|
|
55 |
output = unpack(result)
|
56 |
else:
|
57 |
output = result
|
58 |
-
st.
|
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 |
|