Update app.py
Browse files
app.py
CHANGED
|
@@ -53,6 +53,12 @@ if st.button('PDF1'):
|
|
| 53 |
base64_pdf = base64.b64encode(f.read()).decode('utf-8')
|
| 54 |
pdf_display = f'<iframe src="data:application/pdf;base64,{base64_pdf}" width="800" height="800" type="application/pdf"></iframe>'
|
| 55 |
st.markdown(pdf_display, unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
# data = urllib.request.urlopen(target_url)
|
| 57 |
# for line in data.read():
|
| 58 |
# st.write(line)
|
|
|
|
| 53 |
base64_pdf = base64.b64encode(f.read()).decode('utf-8')
|
| 54 |
pdf_display = f'<iframe src="data:application/pdf;base64,{base64_pdf}" width="800" height="800" type="application/pdf"></iframe>'
|
| 55 |
st.markdown(pdf_display, unsafe_allow_html=True)
|
| 56 |
+
<iframe
|
| 57 |
+
src="https://seetha-ima-pipeline-streamlit.hf.space?embed=true"
|
| 58 |
+
frameborder="0"
|
| 59 |
+
width="850"
|
| 60 |
+
height="450"
|
| 61 |
+
></iframe>
|
| 62 |
# data = urllib.request.urlopen(target_url)
|
| 63 |
# for line in data.read():
|
| 64 |
# st.write(line)
|