Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def ask_ai(message, history):
|
|
| 38 |
with gr.Blocks(theme=gr.themes.Base(), css=".gradio-container { max-width: 100% !important; padding: 1rem; }") as demo:
|
| 39 |
with gr.Row():
|
| 40 |
gr.Image(value="acrilc logo branding new name-16-16.png", height=60, show_label=False, container=False)
|
| 41 |
-
gr.Markdown("## Sambit AI 🤖 — Powered by
|
| 42 |
|
| 43 |
chatbot = gr.Chatbot(label="Chat with Sambit AI", height=400)
|
| 44 |
with gr.Row():
|
|
|
|
| 38 |
with gr.Blocks(theme=gr.themes.Base(), css=".gradio-container { max-width: 100% !important; padding: 1rem; }") as demo:
|
| 39 |
with gr.Row():
|
| 40 |
gr.Image(value="acrilc logo branding new name-16-16.png", height=60, show_label=False, container=False)
|
| 41 |
+
gr.Markdown("## Sambit AI 🤖 — Powered by Acrilc", elem_id="title")
|
| 42 |
|
| 43 |
chatbot = gr.Chatbot(label="Chat with Sambit AI", height=400)
|
| 44 |
with gr.Row():
|