Kvikontent commited on
Commit
3dbaa88
·
verified ·
1 Parent(s): fc02d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- g, gg = st.colums(2)
4
  with g:
5
  # Header
6
  st.title("Taxi Rainbow")
 
1
  import streamlit as st
2
 
3
+ g, gg = st.columns(2)
4
  with g:
5
  # Header
6
  st.title("Taxi Rainbow")