jeremierostan commited on
Commit
c223d41
·
verified ·
1 Parent(s): 6172a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(# **"NewsWave Companion** 🌊🐬")
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",