Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
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'):
|