Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
344 |
with gr.Row(elem_classes="footer-container"):
|
345 |
with gr.Column():
|
346 |
gr.Markdown(
|
347 |
-
"""<div class="footer-custom-block"><b>Powered by</b> <a href='https://github.com/inseq-team/inseq' target='_blank'><img src="gradio_api/file/img/inseq_logo_white_contour.png" width=150px /></a> <a href='https://github.com/rachtibat/LRP-eXplains-Transformers' target='_blank'><img src="file/img/lxt_logo.png" width=150px /></a></div>"""
|
348 |
)
|
349 |
with gr.Column():
|
350 |
with gr.Row(elem_classes="footer-custom-block"):
|
|
|
344 |
with gr.Row(elem_classes="footer-container"):
|
345 |
with gr.Column():
|
346 |
gr.Markdown(
|
347 |
+
"""<div class="footer-custom-block"><b>Powered by</b> <a href='https://github.com/inseq-team/inseq' target='_blank'><img src="gradio_api/file/img/inseq_logo_white_contour.png" width=150px /></a> <a href='https://github.com/rachtibat/LRP-eXplains-Transformers' target='_blank'><img src="gradio_api/file/img/lxt_logo.png" width=150px /></a></div>"""
|
348 |
)
|
349 |
with gr.Column():
|
350 |
with gr.Row(elem_classes="footer-custom-block"):
|