DrishtiSharma commited on
Commit
187f9af
Β·
verified Β·
1 Parent(s): 45c2962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -274,9 +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;">
278
- <h4>This app is based on <a href="https://github.com/kram254/Mixture-of-Agents-running-on-Groq/tree/main">Emmanuel M. Ndaliro's work</a>.</h4>
 
 
 
 
 
279
  </div>
280
  """,
281
  unsafe_allow_html=True
282
- )
 
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
+ )