Spaces:
Paused
Paused
| import altair as alt | |
| import numpy as np | |
| import pandas as pd | |
| import streamlit as st | |
| from PIL import Image # Used to open and handle image files | |
| import os | |
| image_path = os.path.join(os.getcwd(), 'images/logo.png') | |
| image = Image.open(image_path) | |
| st.image(image, caption='a') | |
| st.write('Polymer and Composites Database') | |