Spaces:
Running
Running
Zekun Wu
commited on
Commit
β’
4df1f36
1
Parent(s):
ba70c29
update
Browse files
app.py
CHANGED
@@ -5,24 +5,10 @@ st.set_page_config(
|
|
5 |
page_icon="π",
|
6 |
)
|
7 |
|
8 |
-
st.write("# Welcome to
|
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 |
)
|