Spaces:
Sleeping
Sleeping
Add intro message, to see if that's being rerun
Browse files
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
|
| 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
|