Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ iface = gr.Interface(
|
|
41 |
|
42 |
**π Note: **
|
43 |
This app is a demonstration and educational tool. It showcases the effectiveness of machine learning in identifying spam messages. Enjoy exploring the world of spam detection with our highly accurate model! π"""
|
44 |
-
|
45 |
# Launch the app
|
46 |
iface.launch()
|
|
|
41 |
|
42 |
**π Note: **
|
43 |
This app is a demonstration and educational tool. It showcases the effectiveness of machine learning in identifying spam messages. Enjoy exploring the world of spam detection with our highly accurate model! π"""
|
44 |
+
)
|
45 |
# Launch the app
|
46 |
iface.launch()
|