Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,9 +17,8 @@ import streamlit as st
|
|
17 |
|
18 |
# Streamlit App Configuration (gets model_name, index_name, namespace_name before needed)
|
19 |
st.set_page_config(page_title="Chat with HiPerGator Docs", page_icon="🟩")
|
20 |
-
st.markdown("<h1 style='text-align: center;'>
|
21 |
|
22 |
-
st.sidebar.title("Options")
|
23 |
model_name = "claude-3-haiku-20240307"
|
24 |
|
25 |
|
|
|
17 |
|
18 |
# Streamlit App Configuration (gets model_name, index_name, namespace_name before needed)
|
19 |
st.set_page_config(page_title="Chat with HiPerGator Docs", page_icon="🟩")
|
20 |
+
st.markdown("<h1 style='text-align: center;'>Welcome to the HiPerGator Bot. Please type your question below:</h1>", unsafe_allow_html=True)
|
21 |
|
|
|
22 |
model_name = "claude-3-haiku-20240307"
|
23 |
|
24 |
|