pantadeusz commited on
Commit
17543f0
·
1 Parent(s): db21d66

rude bot 2

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Persolal therapist by TP")
30
- st.markdown("*This is a simple chatbot that uses the HuggingFace transformers library to generate responses to your text input. It uses the meta-llama/Meta-Llama-3.1-8B-Instruct.*")
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