Spaces:
Runtime error
Runtime error
Commit ·
517ee3a
1
Parent(s): 9f55136
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ if st.button("Check"):
|
|
| 37 |
a=model.predict(inp)
|
| 38 |
value=a.argmax()
|
| 39 |
st.text("Input:")
|
| 40 |
-
st.markdown(Input)
|
| 41 |
st.text("Output:")
|
| 42 |
if (value==1):
|
| 43 |
st.text('Non-spam message')
|
|
|
|
| 37 |
a=model.predict(inp)
|
| 38 |
value=a.argmax()
|
| 39 |
st.text("Input:")
|
| 40 |
+
st.markdown(Input[0])
|
| 41 |
st.text("Output:")
|
| 42 |
if (value==1):
|
| 43 |
st.text('Non-spam message')
|