Commit
·
47d9ddd
1
Parent(s):
43a9d38
init
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ st.title('💿facebook-m2m100_1.2B')
|
|
9 |
st.subheader('原文')
|
10 |
with st.form('my_form'):
|
11 |
text = st.text_area('Enter text:', 'What are the three key pieces of advice for learning how to code?')
|
12 |
-
submitted = st.form_submit_button('
|
13 |
|
14 |
st.subheader('翻译结果')
|
15 |
placeholder = st.markdown("", unsafe_allow_html=True)
|
|
|
9 |
st.subheader('原文')
|
10 |
with st.form('my_form'):
|
11 |
text = st.text_area('Enter text:', 'What are the three key pieces of advice for learning how to code?')
|
12 |
+
submitted = st.form_submit_button('翻译')
|
13 |
|
14 |
st.subheader('翻译结果')
|
15 |
placeholder = st.markdown("", unsafe_allow_html=True)
|