harpreetsahota commited on
Commit
37dfe2c
·
1 Parent(s): c313540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='./content/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)
 
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)