Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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 |
|