Aishu-7 commited on
Commit
61cd630
·
verified ·
1 Parent(s): 4687012

Update app.py

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