Update app.py
Browse filesTitle and description update
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("
|
| 45 |
-
st.write("###
|
| 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:", "")
|