peterkros commited on
Commit
75e71dc
·
verified ·
1 Parent(s): bb0651f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")