andreska commited on
Commit
056b542
·
verified ·
1 Parent(s): 5106a2c

Add intro message, to see if that's being rerun

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ st.markdown(
44
 
45
  # Define the placeholder globally (outside columns)
46
  placeholder = st.empty()
47
- placeholder.markdown(f'<div class="scrollable-div"><p></p></div>', unsafe_allow_html=True)
48
 
49
  def handle_submit():
50
  user_input = st.session_state.user_input
 
44
 
45
  # Define the placeholder globally (outside columns)
46
  placeholder = st.empty()
47
+ placeholder.markdown(f'<div class="scrollable-div"><p>Welcome! I am your Adrega AI assistant</p></div>', unsafe_allow_html=True)
48
 
49
  def handle_submit():
50
  user_input = st.session_state.user_input