Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
import streamlit as st
|
|
|
|
|
2 |
|
3 |
# this is a comment line
|
4 |
st.write("Project Name : AI Driven UI\n")
|
5 |
-
st.write(" Challenge # 1: Maps :location: " )
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
+
import panda as pd
|
3 |
+
import numpy as np
|
4 |
|
5 |
# this is a comment line
|
6 |
st.write("Project Name : AI Driven UI\n")
|
7 |
+
st.write(" Challenge # 1: Maps :location: " )
|
8 |
+
st.write(df)
|
9 |
+
st.map
|