mm2593 commited on
Commit
7e8f50f
·
1 Parent(s): 8627421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -3,7 +3,7 @@ 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
 
3
  import numpy as np
4
 
5
  # this is a comment line
6
+ st.title("Project Name : AI Driven UI\n")
7
+ st.subtitle(" Challenge # 1: Maps 🕵️‍♀️ " )
8
+ st.write(" In this app we are ")
9
+