Spaces:
Runtime error
Runtime error
File size: 95 Bytes
6486b0c |
1 2 3 4 5 6 |
import streamlit as st
import pandas as pd
import numpy as np
st.title('Uber pickups in NYC')
|