pabloce commited on
Commit
289a359
·
verified ·
1 Parent(s): 2048d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def respond(
125
  PLACEHOLDER = """
126
  <div style="width: 400px; background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
127
  <figure style="margin: 0;">
128
- <img src="https://cdn.discordapp.com/attachments/1237393884665872415/1237793437315633292/OIG1.png?ex=66500e38&is=664ebcb8&hm=7ae7a8a6a8bf31f7222c55f75bd6adef77d15c9082b1f94b55362801c5937c1a&" alt="car!" style="width: 100%; height: auto; border-top-left-radius: 8px; border-top-right-radius: 8px;">
129
  </figure>
130
  <div style="padding: 1.5rem;">
131
  <h2 style="font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>
 
125
  PLACEHOLDER = """
126
  <div style="width: 400px; background-color: rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
127
  <figure style="margin: 0;">
128
+ <img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/master/logo/logo_orange_banner.png?raw=true" alt="Logo" style="width: 100%; height: auto; border-top-left-radius: 8px; border-top-right-radius: 8px;">
129
  </figure>
130
  <div style="padding: 1.5rem;">
131
  <h2 style="font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>