Aishu-7 commited on
Commit
4b8c81b
·
verified ·
1 Parent(s): a9f8ff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -114,8 +114,7 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
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
 
117
- chatbot = gr.ChatInterface(respond)
118
 
119
 
120
- chatbot.launch()
121
 
 
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
 
 
117
 
118
 
119
+ demo.launch()
120