Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ custom_css = """
|
|
54 |
|
55 |
# Create the Gradio interface
|
56 |
with gr.Blocks(css=custom_css) as demo:
|
|
|
57 |
gr.Markdown("# **NewsWave Companion** 🌊🐬")
|
58 |
chatbot = gr.Chatbot(
|
59 |
[],
|
|
|
54 |
|
55 |
# Create the Gradio interface
|
56 |
with gr.Blocks(css=custom_css) as demo:
|
57 |
+
gr.HTML(f"""<img src = "https://i.postimg.cc/9MXZpwMy/a-captivating-pixar-style-3d-animation-featuring-a-ydzhw1k-R-GZi-Np1y7-Ufi-A-tvqb-XZ-z-R4a-G-8pf-Xcm-Og.png" width="320" height="240">""")
|
58 |
gr.Markdown("# **NewsWave Companion** 🌊🐬")
|
59 |
chatbot = gr.Chatbot(
|
60 |
[],
|