Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def respond(message, max_tokens, temperature, top_p):
|
|
| 106 |
|
| 107 |
# Crear la interfaz de Gradio usando Blocks
|
| 108 |
with gr.Blocks() as demo:
|
| 109 |
-
gr.Markdown("# Child-Safe-Chatbot")
|
| 110 |
gr.Markdown("""
|
| 111 |
### Description
|
| 112 |
This chatbot is designed to assist users while ensuring that all interactions comply with defined safety policies. It checks whether user inputs violate any of the following categories:
|
|
|
|
| 106 |
|
| 107 |
# Crear la interfaz de Gradio usando Blocks
|
| 108 |
with gr.Blocks() as demo:
|
| 109 |
+
gr.Markdown("# Child-Safe-Chatbot (Experimental)")
|
| 110 |
gr.Markdown("""
|
| 111 |
### Description
|
| 112 |
This chatbot is designed to assist users while ensuring that all interactions comply with defined safety policies. It checks whether user inputs violate any of the following categories:
|