Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def reset_chat():
|
|
61 |
|
62 |
# β
Updated Gradio Chat UI
|
63 |
with gr.Blocks() as chat_ui:
|
64 |
-
gr.Markdown("## πποΈ
|
65 |
|
66 |
chatbot = gr.Chatbot(label="Conversation", type="messages") # Chat display
|
67 |
with gr.Row():
|
|
|
61 |
|
62 |
# β
Updated Gradio Chat UI
|
63 |
with gr.Blocks() as chat_ui:
|
64 |
+
gr.Markdown("## πποΈ Sujith's AI Assistant")
|
65 |
|
66 |
chatbot = gr.Chatbot(label="Conversation", type="messages") # Chat display
|
67 |
with gr.Row():
|