Spaces:
Paused
Paused
Commit
·
37dfe2c
1
Parent(s):
c313540
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css="/content/style.css") as demo:
|
|
139 |
)
|
140 |
|
141 |
|
142 |
-
gr.HTML(label="Keep in touch", value="<img src='
|
143 |
|
144 |
|
145 |
demo.launch(share=True, debug=True)
|
|
|
139 |
)
|
140 |
|
141 |
|
142 |
+
gr.HTML(label="Keep in touch", value="<img src='https://huggingface.co/spaces/Deci/DeciLM-6b-instruct/resolve/main/deci-coder-banner.png' alt='Keep in touch' style='display: block; color: #292b47; margin: auto; max-width: 800px;'>")
|
143 |
|
144 |
|
145 |
demo.launch(share=True, debug=True)
|