Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("# **
|
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",
|