euler314 commited on
Commit
d274743
·
verified ·
1 Parent(s): 647fd91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- # This MUST be the first Streamlit command
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