amkj84 commited on
Commit
a48da3a
·
verified ·
1 Parent(s): 76f46fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ with gr.Blocks(title="The Ultimate Chat Companion") as demo:
34
  """
35
  )
36
  with gr.Row():
37
- # Removed the `tool` argument
38
- gr.Image(value="https://via.placeholder.com/100x100.png?text=LOGO", label="Logo", interactive=False)
39
  gr.Markdown(
40
  """
41
  **Created by ATIF MEHMOOD**
 
34
  """
35
  )
36
  with gr.Row():
37
+ # Use your uploaded image URL as the logo
38
+ gr.Image(value="https://huggingface.co/spaces/atifmehmood/my-chatbot/resolve/main/chat-companion-high-resolution-logo.png", label="Logo", interactive=False)
39
  gr.Markdown(
40
  """
41
  **Created by ATIF MEHMOOD**