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