m96tkmok commited on
Commit
0202e68
·
verified ·
1 Parent(s): 14ce008

Update app.py

Browse files

Title and description update

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ def respond(message, history):
41
  return response # Return the full response
42
 
43
  # Streamlit UI
44
- st.title("Simple Chatbot")
45
- st.write("### Interact with the chatbot!")
46
 
47
  # User input field
48
  user_message = st.text_area("Your Message:", "")
 
41
  return response # Return the full response
42
 
43
  # Streamlit UI
44
+ st.title("🧠 Chatbot using LLM Llama-3.2 !!!")
45
+ st.write("### LLM used is bartowski/Llama-3.2-3B-Instruct-GGUF ")
46
 
47
  # User input field
48
  user_message = st.text_area("Your Message:", "")