Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
#
|
3 |
st.set_page_config(page_title="Advanced File Downloader", layout="wide")
|
4 |
|
5 |
# Now all other imports
|
|
|
1 |
import streamlit as st
|
2 |
+
# Must be the first Streamlit command at the global level
|
3 |
st.set_page_config(page_title="Advanced File Downloader", layout="wide")
|
4 |
|
5 |
# Now all other imports
|