Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -625,7 +625,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
625 |
# gr.Markdown("<h1>Listen to the audio</h1>", elem_id="audio-markdown")
|
626 |
# audio_output = gr.Audio()
|
627 |
# bot_msg_audio = bot_msg.then(lambda history: generate_audio_elevenlabs(history[-1][1]), chatbot, audio_output)
|
628 |
-
with gr.Row():
|
629 |
|
630 |
# with gr.Column():
|
631 |
# gr.Markdown("<h1>Suggested Events</h1>", elem_id="events-markdown")
|
|
|
625 |
# gr.Markdown("<h1>Listen to the audio</h1>", elem_id="audio-markdown")
|
626 |
# audio_output = gr.Audio()
|
627 |
# bot_msg_audio = bot_msg.then(lambda history: generate_audio_elevenlabs(history[-1][1]), chatbot, audio_output)
|
628 |
+
# with gr.Row():
|
629 |
|
630 |
# with gr.Column():
|
631 |
# gr.Markdown("<h1>Suggested Events</h1>", elem_id="events-markdown")
|