bhavikjikadara
commited on
Commit
•
1e2617e
1
Parent(s):
977a24b
Add application file
Browse files
app.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.title("Welcome to the Streamlit app")
|
4 |
+
|
5 |
+
st.write("""
|
6 |
+
Welcome, we're glad to have someone on our team who believes in the same things we do. We are excited to use your skills and experience to make things better. Hi, we're from (organization name), and we're happy to assist you in getting started. Don't hesitate to ask us anything you need.
|
7 |
+
""")
|