Skip to content

Commit

Permalink
Merge branch 'main' into local_rasa
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewStefan authored Nov 14, 2023
2 parents 6c57049 + 1224cbe commit 0f17820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions backend/domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,7 @@ responses:
title: "10 (Good)"
text: "Please complete the following statement: 'Making plans for taking walks is...'"


utter_attitude_repeat:
- text: "So your attitude is {attitude}."

Expand Down
1 change: 1 addition & 0 deletions frontend/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ textarea-webkit-scrollbar {
width: 100%;
padding: 5px;
border-radius: 0px 0px 10px 10px;
animation: border-flicker-green 0.5s linear;
}

#sendButton {
Expand Down
4 changes: 1 addition & 3 deletions frontend/static/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ function doScaledTimeout(i, response, summed_timeout) {
}, summed_timeout);
}


function blink_and_select() {
document.getElementById("userInput").focus();
document.getElementById("userInput").select();
Expand All @@ -572,9 +573,6 @@ function blink_and_select() {
f.style.animation = 'none';
}, 5000);



}


//====================================== Toggle chatbot =======================================
Expand Down

0 comments on commit 0f17820

Please sign in to comment.