Update About
Browse files
app.py
CHANGED
@@ -234,7 +234,22 @@ if "user_translation" not in st.session_state:
|
|
234 |
|
235 |
with st.sidebar:
|
236 |
st.subheader("About")
|
237 |
-
st.markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
|
239 |
tab1, tab2, tab3 = st.tabs(["Translation", "Correction", "Auto-Translate"])
|
240 |
|
|
|
234 |
|
235 |
with st.sidebar:
|
236 |
st.subheader("About")
|
237 |
+
st.markdown("""
|
238 |
+
### Darija Translation Corpus Collection for the DarijaBridge dataset
|
239 |
+
|
240 |
+
**What This Space Is For:**
|
241 |
+
- **Translating Darija to English:** Add your translations here.
|
242 |
+
- **Correcting Translations:** Review and correct existing translations.
|
243 |
+
- **Using GPT-4 for Auto-Translation:** Try auto-translating Darija sentences.
|
244 |
+
- **Helping Develop Darija Language Resources:** Your translations make a difference.
|
245 |
+
|
246 |
+
**How to Contribute:**
|
247 |
+
- **Choose a Tab:** Translation, Correction, or Auto-Translate.
|
248 |
+
- **Add or Correct Translations:** Use text areas to enter translations.
|
249 |
+
- **Save Your Work:** Click 'Save' to submit.
|
250 |
+
|
251 |
+
**Every Contribution Counts! Let's make Darija GREAT!**
|
252 |
+
""")
|
253 |
|
254 |
tab1, tab2, tab3 = st.tabs(["Translation", "Correction", "Auto-Translate"])
|
255 |
|