Skip to content

Commit

Permalink
Update: Add context referencing for chatbot (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 2, 2024
1 parent 822eaf7 commit cb3b225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ header h1 {
.company-logo {
width: 100%;
height: 75px;
object-fit: cover;
object-fit: fill;
border-radius: 5px;
margin-bottom: 5px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ header h1 {
.company-logo {
width: 100%;
height: 75px;
object-fit: cover;
object-fit: fill;
border-radius: 5px;
margin-bottom: 5px;
}
Expand Down
2 changes: 1 addition & 1 deletion MovieVerse-Mobile/www/MovieVerse-Frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ header h1 {
.company-logo {
width: 100%;
height: 75px;
object-fit: cover;
object-fit: fill;
border-radius: 5px;
margin-bottom: 5px;
}
Expand Down

0 comments on commit cb3b225

Please sign in to comment.