Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -120,25 +120,6 @@ if __name__ == "__main__":
|
|
| 120 |
|
| 121 |
st.divider()
|
| 122 |
|
| 123 |
-
# Credits to joaomdmoura/CrewAI for the code: https://github.com/joaomdmoura/crewAI
|
| 124 |
-
st.sidebar.markdown(
|
| 125 |
-
"""
|
| 126 |
-
Credits to [**@joaomdmoura**](https://twitter.com/joaomdmoura)
|
| 127 |
-
for creating **crewAI** 🚀
|
| 128 |
-
""",
|
| 129 |
-
unsafe_allow_html=True
|
| 130 |
-
)
|
| 131 |
-
|
| 132 |
-
st.sidebar.info("Click the logo to visit GitHub repo", icon="👇")
|
| 133 |
-
st.sidebar.markdown(
|
| 134 |
-
"""
|
| 135 |
-
<a href="https://github.com/joaomdmoura/crewAI" target="_blank">
|
| 136 |
-
<img src="https://raw.githubusercontent.com/joaomdmoura/crewAI/main/docs/crewai_logo.png" alt="CrewAI Logo" style="width:100px;"/>
|
| 137 |
-
</a>
|
| 138 |
-
""",
|
| 139 |
-
unsafe_allow_html=True
|
| 140 |
-
)
|
| 141 |
-
|
| 142 |
|
| 143 |
if submitted:
|
| 144 |
with st.status("🤖 **Agents at work...**", state="running", expanded=True) as status:
|
|
|
|
| 120 |
|
| 121 |
st.divider()
|
| 122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
if submitted:
|
| 125 |
with st.status("🤖 **Agents at work...**", state="running", expanded=True) as status:
|