aymnsk commited on
Commit
a7585a7
·
verified ·
1 Parent(s): f6d1de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,9 +68,9 @@ with gr.Blocks(css="""
68
  overflow-y: auto;
69
  }
70
  """) as demo:
71
- gr.Markdown("### 🤖 BotTalks: Color-Coded AI Chat")
72
 
73
- chatbot = gr.Chatbot(label="Chat", bubble_full_width=False, show_copy_button=True, avatar_images=("👤", "🤖"))
74
 
75
  with gr.Row():
76
  msg_input = gr.Textbox(placeholder="Ask a question...", lines=1, show_label=False)
 
68
  overflow-y: auto;
69
  }
70
  """) as demo:
71
+ gr.Markdown("### Mn.o1 ACP Based Bots")
72
 
73
+ chatbot = gr.Chatbot(label="Chat", bubble_full_width=False, show_copy_button=True)
74
 
75
  with gr.Row():
76
  msg_input = gr.Textbox(placeholder="Ask a question...", lines=1, show_label=False)