Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ with col2:
|
|
8 |
text = st.text_input("Enter the text you'd like to analyze for spam.")
|
9 |
aButton = st.button('Analyze')
|
10 |
with col1:
|
11 |
-
st.title("
|
12 |
|
13 |
import torch
|
14 |
import numpy as np
|
|
|
8 |
text = st.text_input("Enter the text you'd like to analyze for spam.")
|
9 |
aButton = st.button('Analyze')
|
10 |
with col1:
|
11 |
+
st.title("Spam Detector")
|
12 |
|
13 |
import torch
|
14 |
import numpy as np
|