Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def generate_response(prompt, history):
# --- Login Page ---
st.title("Welcome to CHAT MESH") # Changed chatbot name here
st.write("Please log in to continue.")
username = st.text_input("Username", value="mg13") # Default username
username = st.text_input("Username", value="chatteam") # Default username
password = st.text_input("Password", type="password", value="manuel123") # Default password
if st.button("Log In"):
# Authentication logic (using the default credentials)
Expand Down Expand Up @@ -285,4 +285,4 @@ def generate_response(prompt, history):
# Add assistant response to chat history
st.session_state.messages.append({"role": "assistant", "content": full_response})
else:
st.warning("The Groq model is not available.")
st.warning("The Groq model is not available.")