kuroiikimono commited on
Commit
7f49d3f
·
verified ·
1 Parent(s): 30ad195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ Even if the PDF file has many pages, there is no limit to the number of pages or
139
  st.success("PDF file translator")
140
  # hashed
141
  raw_filename = uploaded_file.name
142
- intext_0 = f'<span style="color:LavenderBlush;background:Orchid">{raw_filename}</span>'
143
  st.write(intext_0, unsafe_allow_html=True)
144
  hashed_filename = hashlib.sha1(raw_filename.encode())
145
  uploadedfilename = hashed_filename.hexdigest()
 
139
  st.success("PDF file translator")
140
  # hashed
141
  raw_filename = uploaded_file.name
142
+ intext_0 = f'<span style="color:LavenderBlush;background:Orchid"> {raw_filename} </span>'
143
  st.write(intext_0, unsafe_allow_html=True)
144
  hashed_filename = hashlib.sha1(raw_filename.encode())
145
  uploadedfilename = hashed_filename.hexdigest()