LeireTedCas commited on
Commit
79660cd
1 Parent(s): 85952f5

Update templates/escuchar_uro1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_uro1.html +0 -1
templates/escuchar_uro1.html CHANGED
@@ -13,7 +13,6 @@
13
  <hr />
14
  <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
15
  <form action="{{url_for('escuchar_uro1')}}" method="post">
16
- <button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='/escuchar_uro'">Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_trauma'"></button>
17
  <script>
18
  navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) => {
19
  const mediaRecorder = new MediaRecorder(stream)
 
13
  <hr />
14
  <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
15
  <form action="{{url_for('escuchar_uro1')}}" method="post">
 
16
  <script>
17
  navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) => {
18
  const mediaRecorder = new MediaRecorder(stream)