sid027 / dt1-23

1 stars 5 forks source link

Front end requirements #11

Open kiennguyen1611 opened 10 months ago

kiennguyen1611 commented 10 months ago

The assignment says that we should allow the user to input another prompt and clear the text field to display the results again.

Could you describe what is exactly the expected behavior of the front end?

e-kartofel commented 9 months ago

I have the same question. My UX counts with a textbox (input), a command button, and a text label (output). The input of the user is concatenated with the response from GPT2 in the label once the button is clicked. The user can then erase the text and introduce a new one, and once the button is clicked again the text of the label (output) is replaced.

Is that fulfilling already the requirement? otherwise, what are the criteria to pass this point?

sid027 commented 9 months ago

If the outputs are replaced, that is good enough. The input text can be erased by the user as you said.