Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -318,11 +318,11 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
318 |
with gr.Column():
|
319 |
chatbot = gr.Chatbot([], elem_id="chatbot", bubble_full_width=False)
|
320 |
|
321 |
-
with gr.Column():
|
322 |
-
|
323 |
|
324 |
-
with gr.Column():
|
325 |
-
|
326 |
|
327 |
def setup_ui():
|
328 |
state = gr.State()
|
@@ -355,8 +355,8 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
355 |
gr.Markdown("Listen the audio")
|
356 |
audio_output = gr.Audio()
|
357 |
bot_msg.then(generate_audio_elevenlabs, chatbot, audio_output)
|
358 |
-
with gr.Column():
|
359 |
-
|
360 |
|
361 |
setup_ui()
|
362 |
|
|
|
318 |
with gr.Column():
|
319 |
chatbot = gr.Chatbot([], elem_id="chatbot", bubble_full_width=False)
|
320 |
|
321 |
+
# with gr.Column():
|
322 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
323 |
|
324 |
+
# with gr.Column():
|
325 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
326 |
|
327 |
def setup_ui():
|
328 |
state = gr.State()
|
|
|
355 |
gr.Markdown("Listen the audio")
|
356 |
audio_output = gr.Audio()
|
357 |
bot_msg.then(generate_audio_elevenlabs, chatbot, audio_output)
|
358 |
+
# with gr.Column():
|
359 |
+
# news_output = gr.HTML(value=fetch_local_events())
|
360 |
|
361 |
setup_ui()
|
362 |
|