Seetha commited on
Commit
ef947a3
1 Parent(s): 1925cbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with col1:
59
  visual_display = f'<iframe src="https://seetha-aflac-wyat.hf.space" frameborder="0" width="1000" height="500"></iframe>'
60
  st.markdown(visual_display, unsafe_allow_html=True)
61
  with col2:
62
- elif st.button('USB_GOLNAZ_ALICE'):
63
  with open(file_path1,"rb") as f:
64
  base64_pdf = base64.b64encode(f.read()).decode('utf-8')
65
  pdf_display = f'<iframe src="data:application/pdf;base64,{base64_pdf}" width="800" height="800" type="application/pdf"></iframe>'
 
59
  visual_display = f'<iframe src="https://seetha-aflac-wyat.hf.space" frameborder="0" width="1000" height="500"></iframe>'
60
  st.markdown(visual_display, unsafe_allow_html=True)
61
  with col2:
62
+ if st.button('USB_GOLNAZ_ALICE'):
63
  with open(file_path1,"rb") as f:
64
  base64_pdf = base64.b64encode(f.read()).decode('utf-8')
65
  pdf_display = f'<iframe src="data:application/pdf;base64,{base64_pdf}" width="800" height="800" type="application/pdf"></iframe>'