jeremierostan commited on
Commit
66a8c8f
·
verified ·
1 Parent(s): 61ce52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ custom_css = """
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
  [],
61
  elem_id="chatbot",
 
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("# **Learning Scales Assistant**🐬")
59
  chatbot = gr.Chatbot(
60
  [],
61
  elem_id="chatbot",