pantadeusz commited on
Commit
db21d66
·
1 Parent(s): 08fdf9e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ 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("Personal (Free) HuggingFace ChatBot")
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
 
 
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