Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ if "history" not in st.session_state:
|
|
153 |
|
154 |
# Display the app title and description
|
155 |
st.title("Gazal.ai-o1-preview 🦌")
|
156 |
-
st.write("Ask gazal.ai
|
157 |
|
158 |
# Input form
|
159 |
with st.form("chat_form", clear_on_submit=True):
|
|
|
153 |
|
154 |
# Display the app title and description
|
155 |
st.title("Gazal.ai-o1-preview 🦌")
|
156 |
+
st.write("Ask gazal.ai any healthcare question and it will provide step-by-step reasoning.")
|
157 |
|
158 |
# Input form
|
159 |
with st.form("chat_form", clear_on_submit=True):
|