Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,6 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
|
| 110 |
textbox=gr.Textbox(placeholder="Ask me anything!", container=False, scale=7),
|
| 111 |
title = "ByteShield - Your AI Gaurdian for Online Safety",
|
| 112 |
description = "Ask me anything about online safety!",
|
| 113 |
-
#multimodal = True,
|
| 114 |
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?"]
|
| 115 |
)
|
| 116 |
|
|
|
|
| 110 |
textbox=gr.Textbox(placeholder="Ask me anything!", container=False, scale=7),
|
| 111 |
title = "ByteShield - Your AI Gaurdian for Online Safety",
|
| 112 |
description = "Ask me anything about online safety!",
|
|
|
|
| 113 |
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?"]
|
| 114 |
)
|
| 115 |
|