trishat commited on
Commit
3a6ad19
·
verified ·
1 Parent(s): 74e72a9

Update app.py

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