main #12

Merged
YasinOnm08 merged 5 commits from React-Group/ai-virtual-assistant:main into main 2024-09-17 15:20:01 +02:00
Showing only changes of commit 2692972843 - Show all commits

View file

@ -112,13 +112,13 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<form method="POST" action="" id="buttonForm"> <form method="POST" action="" id="buttonForm">
<button type="button" name="option" value="chat"> <button type="button" name="chat" value="resend">
<img src="/static/img/resend.svg" alt="resend"> <img src="/static/img/resend.svg" alt="resend">
</button> </button>
<button type="button" name="option" value="chat"> <button type="button" name="chat" value="edit">
<img src="/static/img/edit.svg" alt="edit"> <img src="/static/img/edit.svg" alt="edit">
</button> </button>
<button type="button" name="option" value="answer"> <button type="button" name="chat" value="copy">
<img src="/static/img/copy.svg" alt="copy"> <img src="/static/img/copy.svg" alt="copy">
</button> </button>
</form> </form>