dnnsdunca commited on
Commit
080ccae
1 Parent(s): 0c9dc58

Delete app.py

Browse files
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
- )