FareedKhan dnnsdunca commited on
Commit
32b2208
1 Parent(s): 0c9dc58

Delete app.py (#1)

Browse files

- Delete app.py (080ccae8fe8639142f974d4655a10467fe8e6f34)


Co-authored-by: Dennis Duncan <dnnsdunca@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +0 -10
app.py DELETED
@@ -1,10 +0,0 @@
1
- # This is app1.py (the "main" Streamlit app)
2
- import streamlit as st
3
-
4
- # HTML for embedding the second Streamlit app via an iframe
5
- st.markdown(
6
- """
7
- This app is under maintenance
8
- """,
9
- unsafe_allow_html=True,
10
- )