Spaces:
Sleeping
Sleeping
abdullahmeda
commited on
Commit
•
bb3260f
1
Parent(s):
2a6620e
fixed image path
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def init_buffer_memory():
|
|
54 |
with gr.Blocks(css="#component-0 { max-width: 900px; margin: auto; padding-top: 1.5rem; }") as demo:
|
55 |
gr.Markdown(
|
56 |
"""
|
57 |
-
![](/
|
58 |
"""
|
59 |
)
|
60 |
|
|
|
54 |
with gr.Blocks(css="#component-0 { max-width: 900px; margin: auto; padding-top: 1.5rem; }") as demo:
|
55 |
gr.Markdown(
|
56 |
"""
|
57 |
+
![](https://huggingface.co/spaces/abdullahmeda/OpenChat/resolve/main/banner.png)
|
58 |
"""
|
59 |
)
|
60 |
|