Orawan commited on
Commit
6928dc1
·
1 Parent(s): 19e187c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Spamd: Spam Detector")
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