Update app.py
Browse files
app.py
CHANGED
@@ -68,9 +68,9 @@ with gr.Blocks(css="""
|
|
68 |
overflow-y: auto;
|
69 |
}
|
70 |
""") as demo:
|
71 |
-
gr.Markdown("###
|
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)
|
|
|
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)
|