Shriharsh commited on
Commit
72d5581
·
verified ·
1 Parent(s): dcf5658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -373,7 +373,7 @@ def respond_as_arka(message, chat_history):
373
  # --- Gradio UI Setup ---
374
  with gr.Blocks(theme="soft", css="footer {display: none !important}") as demo:
375
  gr.Markdown("# ARKA: The Voice of SB-EK 🌌\nGreetings, seeker of light! Ask anything about SB-EK, ARKA, or the path within.")
376
- chatbot = gr.Chatbot(label="ARKA Chat", height=500, avatar_images=("https://i.imgur.com/user.png", "https://i.imgur.com/arka.png")) # Placeholder images
377
  with gr.Row():
378
  msg = gr.Textbox(placeholder="What would you like to know?", show_label=False, scale=7)
379
  submit = gr.Button("Send Light", variant="primary", scale=1)
 
373
  # --- Gradio UI Setup ---
374
  with gr.Blocks(theme="soft", css="footer {display: none !important}") as demo:
375
  gr.Markdown("# ARKA: The Voice of SB-EK 🌌\nGreetings, seeker of light! Ask anything about SB-EK, ARKA, or the path within.")
376
+ chatbot = gr.Chatbot(label="ARKA Chat", height=500))
377
  with gr.Row():
378
  msg = gr.Textbox(placeholder="What would you like to know?", show_label=False, scale=7)
379
  submit = gr.Button("Send Light", variant="primary", scale=1)