Spaces:
Sleeping
Sleeping
ogegadavis254
commited on
Commit
•
2f2cdfb
1
Parent(s):
12ab455
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ if prompt := st.chat_input(f"Hi, I'm {selected_model}, ask me a question"):
|
|
172 |
# Interact with the selected model
|
173 |
placeholder = st.empty()
|
174 |
with placeholder:
|
175 |
-
st.markdown("AI is typing
|
176 |
|
177 |
assistant_response = interact_with_together_api(st.session_state.messages, model_link)
|
178 |
placeholder.empty()
|
|
|
172 |
# Interact with the selected model
|
173 |
placeholder = st.empty()
|
174 |
with placeholder:
|
175 |
+
st.markdown("AI is typing..")
|
176 |
|
177 |
assistant_response = interact_with_together_api(st.session_state.messages, model_link)
|
178 |
placeholder.empty()
|