Spaces:
Sleeping
Sleeping
Commit
·
2e41590
1
Parent(s):
c0d813b
Update app.py
Browse files
app.py
CHANGED
@@ -41,13 +41,14 @@ def load_video(video_url):
|
|
41 |
def load_historical(fpath):
|
42 |
return pd.read_csv(fpath)
|
43 |
|
44 |
-
|
45 |
|
46 |
|
47 |
# Define the main function to run the Streamlit app
|
48 |
def run_app():
|
49 |
# Set Streamlit options
|
50 |
st.set_option("deprecation.showfileUploaderEncoding", False)
|
|
|
51 |
|
52 |
# App title and description
|
53 |
st.title("MIT Count Fish Counter")
|
|
|
41 |
def load_historical(fpath):
|
42 |
return pd.read_csv(fpath)
|
43 |
|
44 |
+
|
45 |
|
46 |
|
47 |
# Define the main function to run the Streamlit app
|
48 |
def run_app():
|
49 |
# Set Streamlit options
|
50 |
st.set_option("deprecation.showfileUploaderEncoding", False)
|
51 |
+
st.set_page_config(layout="wide")
|
52 |
|
53 |
# App title and description
|
54 |
st.title("MIT Count Fish Counter")
|