Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -374,7 +374,7 @@ def generate_audio_elevenlabs(text):
|
|
374 |
with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
375 |
with gr.Row():
|
376 |
with gr.Column():
|
377 |
-
|
378 |
<div id="welcome" class="animated-heading">
|
379 |
<h1>Welcome to Omaha Events</h1>
|
380 |
</div>
|
@@ -407,7 +407,7 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
|
407 |
}
|
408 |
</style>
|
409 |
''')
|
410 |
-
chatbot = gr.Chatbot([], elem_id="chatbot", bubble_full_width=False)
|
411 |
|
412 |
# with gr.Column():
|
413 |
# weather_output = gr.HTML(value=fetch_local_weather())
|
|
|
374 |
with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
375 |
with gr.Row():
|
376 |
with gr.Column():
|
377 |
+
gr.HTML('''
|
378 |
<div id="welcome" class="animated-heading">
|
379 |
<h1>Welcome to Omaha Events</h1>
|
380 |
</div>
|
|
|
407 |
}
|
408 |
</style>
|
409 |
''')
|
410 |
+
chatbot = gr.Chatbot([], elem_id="chatbot", bubble_full_width=False)
|
411 |
|
412 |
# with gr.Column():
|
413 |
# weather_output = gr.HTML(value=fetch_local_weather())
|