Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 19, 2024
1 parent 35dc58d commit e5ba9b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions web-app/public/images/chatprofileIndex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions web-app/src/components/ai/chat-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,15 @@ export function ChatMessage({
{message.role === "user" ? (
<Avatar size={24} user={userProfile} />
) : (
<div
style={{
border: "1px solid #E2E8F0",
borderRadius: "2px",
padding: "1px 3px",
}}
>
<div>
<img
src="/images/huggingFaceLogo.png"
width={16}
height={16}
src="/images/chatprofileIndex.svg"
width={24}
height={24}
style={{
border: "0px solid #E2E8F0",
borderRadius: "2px",
}}
alt="hugging face logo"
/>
</div>
Expand Down

0 comments on commit e5ba9b5

Please sign in to comment.