DrishtiSharma commited on
Commit
b120b28
·
verified ·
1 Parent(s): 7357753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,11 +225,11 @@ with tab2:
225
  st.text_area("Error Details:", traceback.format_exc(), height=200)
226
 
227
 
228
- # Acknowledgment Section
229
  st.markdown(
230
  """
231
  <div style="text-align: center; font-size: 14px; color: #555; padding-top: 200px; margin-top: 200px;">
232
- <strong>Acknowledgment:</strong> This app is based on Mesut Duman's work:
233
  <a href="https://github.com/mesutdmn/Autonomous-Multi-Agent-Systems-with-CrewAI-Essay-Writer/tree/main"
234
  target="_blank" style="color: #007BFF; text-decoration: none;">
235
  CrewAI Essay Writer
 
225
  st.text_area("Error Details:", traceback.format_exc(), height=200)
226
 
227
 
228
+ # Acknowledgement Section
229
  st.markdown(
230
  """
231
  <div style="text-align: center; font-size: 14px; color: #555; padding-top: 200px; margin-top: 200px;">
232
+ <strong>Acknowledgement:</strong> This app is based on Mesut Duman's work:
233
  <a href="https://github.com/mesutdmn/Autonomous-Multi-Agent-Systems-with-CrewAI-Essay-Writer/tree/main"
234
  target="_blank" style="color: #007BFF; text-decoration: none;">
235
  CrewAI Essay Writer