Spaces:
Running
on
Zero
Running
on
Zero
jenbenarye
commited on
Commit
·
b1155b9
1
Parent(s):
a431110
edited text
Browse files- app/app.py +2 -3
app/app.py
CHANGED
@@ -732,12 +732,11 @@ with gr.Blocks(css=css, js=js) as demo:
|
|
732 |
# Chatbot
|
733 |
##############################
|
734 |
gr.Markdown("""
|
735 |
-
# ♾️ FeeL
|
736 |
""", elem_classes=["app-title"])
|
737 |
|
738 |
-
with gr.Accordion("
|
739 |
gr.Markdown(f"""
|
740 |
-
## Welcome to FeeL: Improving LMs for All Languages
|
741 |
|
742 |
**FeeL** (Feedback Loop) is a community-driven project by MIT, Hugging Face and IBM that aims to make language models better in *all languages*.
|
743 |
|
|
|
732 |
# Chatbot
|
733 |
##############################
|
734 |
gr.Markdown("""
|
735 |
+
# ♾️ FeeL: Improving LMs for All Languages
|
736 |
""", elem_classes=["app-title"])
|
737 |
|
738 |
+
with gr.Accordion("") as explanation:
|
739 |
gr.Markdown(f"""
|
|
|
740 |
|
741 |
**FeeL** (Feedback Loop) is a community-driven project by MIT, Hugging Face and IBM that aims to make language models better in *all languages*.
|
742 |
|