Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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/Bb2fmjX5/DASH.png" width="320" height="240">""")
|
58 |
gr.Markdown("# **Learning Scales Assistant**🐬")
|
59 |
chatbot = gr.Chatbot(
|
60 |
[],
|