Pijush2023 commited on
Commit
233b6c5
·
verified ·
1 Parent(s): cc16fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -353,7 +353,9 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
353
  with gr.Column():
354
  gr.Markdown("Listen the audio")
355
  audio_output = gr.Audio()
356
- bot_msg.then(generate_audio_elevenlabs, chatbot, audio_output)
 
 
357
 
358
  setup_ui()
359
 
 
353
  with gr.Column():
354
  gr.Markdown("Listen the audio")
355
  audio_output = gr.Audio()
356
+ bot_msg.then(generate_audio_elevenlabs, chatbot, audio_output)
357
+ with gr.Column():
358
+ news_output = gr.HTML(value=fetch_local_events())
359
 
360
  setup_ui()
361