Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def generate_response(message, selected_topics):
|
|
67 |
|
68 |
def main():
|
69 |
with gr.Blocks() as demo:
|
70 |
-
gr.Markdown("### Child-Safe Chatbot BETA")
|
71 |
gr.Markdown("This chatbot uses BERTopic to identify topics in your messages and ensures the conversation stays relevant.")
|
72 |
with gr.Row():
|
73 |
message_input = gr.Textbox(label="Your Message")
|
|
|
67 |
|
68 |
def main():
|
69 |
with gr.Blocks() as demo:
|
70 |
+
gr.Markdown("### Child-Safe Chatbot | BETA")
|
71 |
gr.Markdown("This chatbot uses BERTopic to identify topics in your messages and ensures the conversation stays relevant.")
|
72 |
with gr.Row():
|
73 |
message_input = gr.Textbox(label="Your Message")
|