Aishu-7 commited on
Commit
27274de
·
verified ·
1 Parent(s): 8a457ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -113,7 +113,9 @@ 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.Glass())
 
 
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
+
117
+ demo.launch(theme = gr.themes.Default())
118
+
119
 
120
 
121