rmdhirr commited on
Commit
9b4d4c6
·
verified ·
1 Parent(s): aa2c611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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