Skip to content

Commit

Permalink
Update dashboard_CLOUD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Isdinval authored Jun 7, 2024
1 parent 350deb1 commit 2facc6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboard_CLOUD.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ def main():
st.title("Credit Scoring Dashboard")
st.write("Welcome to the Credit Scoring Dashboard! Use the form below to make predictions.")
# IMAGE PROJECT BANNER
col1, col2, col3 = st.columns([1, 3, 1]) # Adjust column ratios as needed
with col2:
st.image("P7_Banner.png", width=800) # Adjust width as desired
# col1, col2, col3 = st.columns([1, 3, 1]) # Adjust column ratios as needed
# with col2:
st.image("P7_Banner.png", width=800) # Adjust width as desired


# =========================================================================
Expand Down

0 comments on commit 2facc6a

Please sign in to comment.