boryasbora commited on
Commit
7eac984
·
verified ·
1 Parent(s): 2c741ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,6 +124,7 @@ def clear_chat_history():
124
 
125
  # Sidebar
126
  with st.sidebar:
 
127
  st.title("OHW Assistant")
128
  selected_model = st.sidebar.selectbox('Choose a LLM model',
129
  llm_list,
 
124
 
125
  # Sidebar
126
  with st.sidebar:
127
+ st.image("Screenshot 2024-08-30 at 19.41.09.png", use_column_width=True) # Replace with your actual file path
128
  st.title("OHW Assistant")
129
  selected_model = st.sidebar.selectbox('Choose a LLM model',
130
  llm_list,