Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ custom_css = """
|
|
53 |
|
54 |
# Create the Gradio interface
|
55 |
with gr.Blocks(css=custom_css) as demo:
|
56 |
-
gr.Markdown(# **
|
57 |
chatbot = gr.Chatbot(
|
58 |
[],
|
59 |
elem_id="chatbot",
|
|
|
53 |
|
54 |
# Create the Gradio interface
|
55 |
with gr.Blocks(css=custom_css) as demo:
|
56 |
+
gr.Markdown("# **NewsWave Companion** 🌊🐬")
|
57 |
chatbot = gr.Chatbot(
|
58 |
[],
|
59 |
elem_id="chatbot",
|