wang2246478872 commited on
Commit
47d9ddd
·
1 Parent(s): 43a9d38
Files changed (1) hide show
  1. app.py +1 -1
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('Translate')
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)