Just updating the About again
Browse files
app.py
CHANGED
@@ -232,10 +232,14 @@ if "user_translation" not in st.session_state:
|
|
232 |
st.session_state.user_translation = ""
|
233 |
|
234 |
|
|
|
|
|
|
|
|
|
235 |
with st.sidebar:
|
236 |
st.subheader("About")
|
237 |
st.markdown("""
|
238 |
-
### Darija Translation Corpus Collection
|
239 |
|
240 |
**What This Space Is For:**
|
241 |
- **Translating Darija to English:** Add your translations here.
|
|
|
232 |
st.session_state.user_translation = ""
|
233 |
|
234 |
|
235 |
+
# with st.sidebar:
|
236 |
+
# st.subheader("About")
|
237 |
+
# st.markdown("""This is app is designed to collect Darija translation corpus.""")
|
238 |
+
|
239 |
with st.sidebar:
|
240 |
st.subheader("About")
|
241 |
st.markdown("""
|
242 |
+
### Darija Translation Corpus Collection
|
243 |
|
244 |
**What This Space Is For:**
|
245 |
- **Translating Darija to English:** Add your translations here.
|