Aishu-7 commited on
Commit
80b49cb
·
verified ·
1 Parent(s): 4bac435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
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
 
116
- demo.launch(theme = gr.themes.Soft())
117
 
118
 
119
 
 
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
 
116
+ demo.launch(theme = gr.themes.default())
117
 
118
 
119