Spaces:
Runtime error
Runtime error
harpreetsahota
commited on
Commit
Β·
16b61e6
1
Parent(s):
ebe6cda
Update app.py
Browse files
app.py
CHANGED
@@ -190,6 +190,6 @@ with demo:
|
|
190 |
|
191 |
|
192 |
event = run.click(code_generation, [code, max_new_tokens, temperature, seed], output, api_name="predict")
|
193 |
-
gr.HTML(label="Keep in touch", value="<img src='https://huggingface.co/spaces/Deci/DeciCoder-Demo/
|
194 |
|
195 |
demo.launch()
|
|
|
190 |
|
191 |
|
192 |
event = run.click(code_generation, [code, max_new_tokens, temperature, seed], output, api_name="predict")
|
193 |
+
gr.HTML(label="Keep in touch", value="<img src='https://huggingface.co/spaces/Deci/DeciCoder-Demo/resolve/main/deci-coder-banner.png' alt='Keep in touch' style='display: block; color: #292b47; margin: auto; max-width: 800px;'>")
|
194 |
|
195 |
demo.launch()
|