Spaces:
Sleeping
Sleeping
pantadeusz commited on
Commit ·
17543f0
1
Parent(s): db21d66
rude bot 2
Browse files
app.py
CHANGED
|
@@ -26,8 +26,8 @@ import streamlit as st
|
|
| 26 |
|
| 27 |
# Configure the Streamlit app
|
| 28 |
st.set_page_config(page_title="Tadeusz ChatBot", page_icon="🤖", layout="wide")
|
| 29 |
-
st.title("
|
| 30 |
-
st.markdown("*This is a simple
|
| 31 |
|
| 32 |
|
| 33 |
# Initialize session state for avatars
|
|
|
|
| 26 |
|
| 27 |
# Configure the Streamlit app
|
| 28 |
st.set_page_config(page_title="Tadeusz ChatBot", page_icon="🤖", layout="wide")
|
| 29 |
+
st.title("The HAL. Ask me anything")
|
| 30 |
+
st.markdown("*This is a simple and hopefully fun chatbot. It uses the meta-llama/Meta-Llama-3.1-8B-Instruct.*")
|
| 31 |
|
| 32 |
|
| 33 |
# Initialize session state for avatars
|