ambreshrc commited on
Commit
99a70c2
1 Parent(s): 9baada4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ st.markdown("Translate from Docx file")
96
  st.subheader("File Upload")
97
 
98
  datas=st.file_uploader("Original File")
99
- name=st.text('Enter New File Name: ')
100
  #data=getText("C:\Users\Ambresh C\Desktop\Python Files\Translators\Trail Doc of 500 words.docx")
101
  #if datas :
102
  #if st.button(label='Data Process'):
 
96
  st.subheader("File Upload")
97
 
98
  datas=st.file_uploader("Original File")
99
+ name=st.text_input('Enter New File Name: ')
100
  #data=getText("C:\Users\Ambresh C\Desktop\Python Files\Translators\Trail Doc of 500 words.docx")
101
  #if datas :
102
  #if st.button(label='Data Process'):