Josedcape commited on
Commit
158ac89
verified
1 Parent(s): ab8331a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,7 +7,6 @@ import time
7
  import base64
8
  import tempfile
9
  from google.cloud import texttospeech
10
- from google.cloud import speech
11
  from streamlit_webrtc import webrtc_streamer, WebRtcMode, AudioProcessorBase
12
 
13
  # Configuraci贸n de la clave API
@@ -174,7 +173,7 @@ st.markdown(
174
  )
175
 
176
  # Encabezado
177
- st.image("biblia.jpg")
178
  st.title("馃摉 LOS C脫DIGOS DE DIOS - BOTIDINAMIX AI")
179
  st.markdown("Bienvenido al Asistente Teol贸gico, donde puedes preguntar sobre interpretaciones y reflexiones b铆blicas.")
180
 
 
7
  import base64
8
  import tempfile
9
  from google.cloud import texttospeech
 
10
  from streamlit_webrtc import webrtc_streamer, WebRtcMode, AudioProcessorBase
11
 
12
  # Configuraci贸n de la clave API
 
173
  )
174
 
175
  # Encabezado
176
+ st.image("biblie.jpg")
177
  st.title("馃摉 LOS C脫DIGOS DE DIOS - BOTIDINAMIX AI")
178
  st.markdown("Bienvenido al Asistente Teol贸gico, donde puedes preguntar sobre interpretaciones y reflexiones b铆blicas.")
179