Spaces:
Sleeping
Sleeping
Aziz Alto
commited on
Commit
Β·
9fdfa40
1
Parent(s):
74ee10c
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ from ydata_profiling import ProfileReport
|
|
16 |
from streamlit_pandas_profiling import st_profile_report
|
17 |
|
18 |
st.set_page_config(page_title="PySQLify", page_icon="π", layout="wide")
|
19 |
-
st.title("PySQLify")
|
|
|
20 |
st.write("_Data Analysis_ Tool")
|
21 |
|
22 |
p = st.write
|
|
|
16 |
from streamlit_pandas_profiling import st_profile_report
|
17 |
|
18 |
st.set_page_config(page_title="PySQLify", page_icon="π", layout="wide")
|
19 |
+
st.title("Auto-PySQLify")
|
20 |
+
st.markdown("> #### NYC-AI-Hackathon April, 23 2023", unsafe_allow_html=True)
|
21 |
st.write("_Data Analysis_ Tool")
|
22 |
|
23 |
p = st.write
|