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

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",