Skip to content

Commit

Permalink
changed image
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyadureja committed Oct 26, 2024
1 parent 47da081 commit 9083dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion App.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
st.set_page_config(page_title="Predictive Calc - Machine Learning Models", page_icon="🤖")

st.title("Welcome to Predictive Calc!")
st.image('machine-learning.gif', caption='Your Hub for Predictive Insights', use_column_width=True)
# Place image
col1, col2, col3 = st.columns([1, 2, 1])
with col2:
st.image('assets/images/machine_learning.png', caption='Your Hub for Predictive Insights', use_column_width=False, width=350)

st.markdown("""
## Explore Cutting-Edge Machine Learning Models
Expand Down
Binary file added assets/images/machine_learning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9083dd1

Please sign in to comment.