Spaces:
Running
Running
Harikrishna Dev
commited on
Commit
·
2e44a36
1
Parent(s):
97f2447
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ else:
|
|
61 |
st.title("HariGPT - Hari's resume bot")
|
62 |
st.image("images/about.jpg", use_column_width=True)
|
63 |
with st.expander("⚠️Disclaimer"):
|
64 |
-
st.write("""This bot is a LLM trained on GPT-
|
65 |
|
66 |
# Define file paths and load initial settings
|
67 |
path = os.path.dirname(__file__)
|
|
|
61 |
st.title("HariGPT - Hari's resume bot")
|
62 |
st.image("images/about.jpg", use_column_width=True)
|
63 |
with st.expander("⚠️Disclaimer"):
|
64 |
+
st.write("""This bot is a LLM trained on GPT-4o-mini model to answer questions about Hari's professional background and qualifications. Your responses are recorded in a database for quality assurance and improvement purposes. Please be respectful and avoid asking personal or inappropriate questions.""")
|
65 |
|
66 |
# Define file paths and load initial settings
|
67 |
path = os.path.dirname(__file__)
|