Spaces:
Running
Running
Removed lines that made wide display.
Browse files- src/streamlit_app.py +0 -6
src/streamlit_app.py
CHANGED
|
@@ -10,12 +10,6 @@ from accounting_program import generate_report
|
|
| 10 |
from openpyxl.styles import Font, PatternFill
|
| 11 |
import os
|
| 12 |
|
| 13 |
-
# Must be the first Streamlit command
|
| 14 |
-
st.set_page_config(
|
| 15 |
-
page_title="TWP Accounting Report Generator",
|
| 16 |
-
page_icon="📊",
|
| 17 |
-
layout="wide"
|
| 18 |
-
)
|
| 19 |
|
| 20 |
# Password protection
|
| 21 |
def check_password():
|
|
|
|
| 10 |
from openpyxl.styles import Font, PatternFill
|
| 11 |
import os
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
# Password protection
|
| 15 |
def check_password():
|