jeremierostan commited on
Commit
6541b31
·
verified ·
1 Parent(s): dfb4924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ custom_css = """
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/Bb2fmjX5/DASH.png" width="320" height="240">""")
58
  gr.Markdown("# **Learning Scales Assistant**🐬")
59
  chatbot = gr.Chatbot(
60
  [],
 
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/L6mbcC7F/DASH.png" width="150" height="112">""")
58
  gr.Markdown("# **Learning Scales Assistant**🐬")
59
  chatbot = gr.Chatbot(
60
  [],