Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ with gr.Blocks(theme=theme, css = css) as demo:
|
|
| 142 |
fn = respond,
|
| 143 |
cache_examples = False,
|
| 144 |
textbox=gr.Textbox(placeholder="Ask me anything!", container=False, scale=7),
|
| 145 |
-
title = "ByteShield - Your AI
|
| 146 |
description = "Ask me anything about online safety!",
|
| 147 |
examples = ["Generate me some strong passwords to use.", "What are some security measures I can take to stay safe online?", "Explain how a data breach works.", "How do I know if a message is a scam or not?"]
|
| 148 |
)
|
|
|
|
| 142 |
fn = respond,
|
| 143 |
cache_examples = False,
|
| 144 |
textbox=gr.Textbox(placeholder="Ask me anything!", container=False, scale=7),
|
| 145 |
+
title = "ByteShield - Your AI Guardian for Online Safety!",
|
| 146 |
description = "Ask me anything about online safety!",
|
| 147 |
examples = ["Generate me some strong passwords to use.", "What are some security measures I can take to stay safe online?", "Explain how a data breach works.", "How do I know if a message is a scam or not?"]
|
| 148 |
)
|