DrishtiSharma commited on
Commit
7563bee
Β·
verified Β·
1 Parent(s): af164d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -270,11 +270,11 @@ if query := st.chat_input("Ask a question"):
270
 
271
 
272
 
273
- # Add acknowledgment at the bottom
274
  st.markdown(
275
  """
276
  <div style="text-align: center; font-size: 14px; color: #555; padding-top: 260px; margin-top: 260px;">
277
- <strong>Acknowledgment:</strong> This app is based on
278
  <a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main"
279
  target="_blank" style="color: #007BFF; text-decoration: none;">
280
  Emmanuel M. Ndaliro's work
 
270
 
271
 
272
 
273
+ # Add acknowledgement at the bottom
274
  st.markdown(
275
  """
276
  <div style="text-align: center; font-size: 14px; color: #555; padding-top: 260px; margin-top: 260px;">
277
+ <strong>Acknowledgement:</strong> This app is based on
278
  <a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main"
279
  target="_blank" style="color: #007BFF; text-decoration: none;">
280
  Emmanuel M. Ndaliro's work