DrishtiSharma commited on
Commit
3f988d2
Β·
verified Β·
1 Parent(s): 187f9af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -274,14 +274,14 @@ if query := st.chat_input("Ask a question"):
274
  # Add acknowledgment at the bottom
275
  st.markdown(
276
  """
277
- <div style="text-align: center; padding-top: 20px;">
278
- <p style="font-size: 16px;">
279
- #### This app is based on
280
- <a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main">
281
- Emmanuel M. Ndaliro's work
282
- </a>.
283
- </p>
284
  </div>
285
  """,
286
- unsafe_allow_html=True
287
  )
 
 
274
  # Add acknowledgment at the bottom
275
  st.markdown(
276
  """
277
+ <div style="text-align: center; font-size: 14px; color: #555; padding-top: 350px; margin-top: 330px;">
278
+ <strong>Acknowledgment:</strong> This app is based on
279
+ <a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main"
280
+ target="_blank" style="color: #007BFF; text-decoration: none;">
281
+ Emmanuel M. Ndaliro's work
282
+ </a>.
 
283
  </div>
284
  """,
285
+ unsafe_allow_html=True,
286
  )
287
+