ghsambit commited on
Commit
b68f9a7
·
1 Parent(s): 7951a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Together & LLaMA 3", elem_id="title")
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():