Skip to content

Commit

Permalink
modified: streamly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdieLaine committed Feb 20, 2024
1 parent 8d454e1 commit 52b8e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamly.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def main():
initial_bot_message = "Hello! How can I assist you with Streamlit today? Here are some of the latest highlights:\n"
updates = latest_updates.get("Highlights", {})
if isinstance(updates, dict): # Check if updates is a dictionary
initial_bot_message = "# Ask me about Streamlit."
initial_bot_message = "I am Streamly, what can I help with today?"
st.session_state.history.append({"role": "assistant", "content": initial_bot_message})
st.session_state.conversation_history = [
{"role": "system", "content": "You are Streamly, a specialized AI assistant trained to assist with the logic and programming using Streamlit."},
Expand Down

0 comments on commit 52b8e13

Please sign in to comment.