Commit
·
3f0611a
1
Parent(s):
26df065
FIxed text box
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
| 106 |
For any suspicious messages, **always follow your organization’s cybersecurity protocols** and consult a qualified IT or security professional.
|
| 107 |
""")
|
| 108 |
|
| 109 |
-
input_box = gr.Textbox(label="Paste Message Here"
|
| 110 |
detect_btn = gr.Button("Scan For Phishing")
|
| 111 |
|
| 112 |
output_box = gr.HTML(
|
|
|
|
| 106 |
For any suspicious messages, **always follow your organization’s cybersecurity protocols** and consult a qualified IT or security professional.
|
| 107 |
""")
|
| 108 |
|
| 109 |
+
input_box = gr.Textbox(label="Paste Message Here:") ##laceholder="Paste your text here")
|
| 110 |
detect_btn = gr.Button("Scan For Phishing")
|
| 111 |
|
| 112 |
output_box = gr.HTML(
|