Spaces:
Running
Running
Muennighoff
commited on
Commit
•
2a75cd8
1
Parent(s):
bd1cf3d
Add ❤️
Browse files
app.py
CHANGED
@@ -556,6 +556,9 @@ with block:
|
|
556 |
inputs=[task_summarization],
|
557 |
outputs=data_summarization,
|
558 |
)
|
|
|
|
|
|
|
559 |
# Running the function on page load in addition to when the button is clicked
|
560 |
# This is optional - If deactivated the data created loaded at "Build time" is shown like for Overall tab
|
561 |
block.load(get_mteb_data, inputs=[task_bitext_mining], outputs=data_bitext_mining)
|
|
|
556 |
inputs=[task_summarization],
|
557 |
outputs=data_summarization,
|
558 |
)
|
559 |
+
gr.Markdown(f"""
|
560 |
+
<p style="text-align: center;">Made with ❤️ for NLP by <a href=https://huggingface.co/Muennighoff>Niklas Muennighoff</a>.</p>
|
561 |
+
""")
|
562 |
# Running the function on page load in addition to when the button is clicked
|
563 |
# This is optional - If deactivated the data created loaded at "Build time" is shown like for Overall tab
|
564 |
block.load(get_mteb_data, inputs=[task_bitext_mining], outputs=data_bitext_mining)
|