Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,10 +94,8 @@ interface = gr.Interface(
|
|
94 |
],
|
95 |
title="Phishing Detection Model",
|
96 |
description="Enter a URL and its HTML content to predict if it's spam or legitimate. It's recommended to provide both for accurate results.",
|
97 |
-
theme="huggingface",
|
98 |
live=True,
|
99 |
-
css=".interface-container { border: 2px solid #4CAF50; border-radius: 10px; padding: 20px; }"
|
100 |
-
footer="Made with ❤️ by Your Team"
|
101 |
)
|
102 |
|
103 |
# Launch the Gradio interface
|
|
|
94 |
],
|
95 |
title="Phishing Detection Model",
|
96 |
description="Enter a URL and its HTML content to predict if it's spam or legitimate. It's recommended to provide both for accurate results.",
|
|
|
97 |
live=True,
|
98 |
+
css=".interface-container { border: 2px solid #4CAF50; border-radius: 10px; padding: 20px; }"
|
|
|
99 |
)
|
100 |
|
101 |
# Launch the Gradio interface
|