Zekun Wu commited on
Commit
4df1f36
β€’
1 Parent(s): ba70c29
Files changed (1) hide show
  1. app.py +2 -16
app.py CHANGED
@@ -5,24 +5,10 @@ st.set_page_config(
5
  page_icon="πŸ‘‹",
6
  )
7
 
8
- st.write("# Welcome to Streamlit! πŸ‘‹")
9
 
10
  st.sidebar.success("Select a demo above.")
11
 
12
  st.markdown(
13
- """
14
- Streamlit is an open-source app framework built specifically for
15
- Machine Learning and Data Science projects.
16
- **πŸ‘ˆ Select a demo from the sidebar** to see some examples
17
- of what Streamlit can do!
18
- ### Want to learn more?
19
- - Check out [streamlit.io](https://streamlit.io)
20
- - Jump into our [documentation](https://docs.streamlit.io)
21
- - Ask a question in our [community
22
- forums](https://discuss.streamlit.io)
23
- ### See more complex demos
24
- - Use a neural net to [analyze the Udacity Self-driving Car Image
25
- Dataset](https://github.com/streamlit/demo-self-driving)
26
- - Explore a [New York City rideshare dataset](https://github.com/streamlit/demo-uber-nyc-pickups)
27
- """
28
  )
 
5
  page_icon="πŸ‘‹",
6
  )
7
 
8
+ st.write("# Welcome to JobFair! πŸ‘‹")
9
 
10
  st.sidebar.success("Select a demo above.")
11
 
12
  st.markdown(
13
+ """"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  )