Skip to content

Commit

Permalink
Replace image path
Browse files Browse the repository at this point in the history
Signed-off-by: Zuhayer C <[email protected]>
  • Loading branch information
ZooHigher26 authored Aug 31, 2024
1 parent 19054e6 commit 181003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/demo_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def genRANstring(n):

# CREATE THE SIDEBAR
with st.sidebar:
st.image('img/RMIT_POS3.png', use_column_width=True)
st.image('example/img/log.png', use_column_width=True)
st.session_state.temperature = st.slider('Temperature:', min_value=0.0, max_value=1.0, value=0.1, step=0.02)
st.session_state.maxlength = st.slider('Length reply:', min_value=150, max_value=1000,
value=500, step=50)
Expand Down

0 comments on commit 181003a

Please sign in to comment.