Spaces:
Configuration error
Configuration error
Last commit not found
import streamlit as st | |
# To make things easier later, we're also importing numpy and pandas for | |
# working with sample data. | |
import numpy as np | |
import pandas as pd | |
st.title('My first app') | |