mm2593 commited on
Commit
1199366
·
1 Parent(s): bf5567f

Update app.py

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