ogegadavis254 commited on
Commit
2f2cdfb
1 Parent(s): 12ab455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()