streamlit_test / src /streamlit_app.py
gangli71's picture
Update src/streamlit_app.py
4f84f55 verified
raw
history blame contribute delete
317 Bytes
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')