Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,10 +136,9 @@ def log_agent_activity(prompt: str, result: str, agent_name: str):
|
|
136 |
st.set_page_config(page_title="News Analysis Tool", layout="wide")
|
137 |
|
138 |
# Title and description
|
139 |
-
st.title("π AI News Analysis Tool")
|
140 |
st.write("""
|
141 |
-
This tool combines the power of
|
142 |
-
search to provide in-depth news analysis. Get comprehensive insights and multiple
|
143 |
perspectives on any news topic.
|
144 |
""")
|
145 |
|
|
|
136 |
st.set_page_config(page_title="News Analysis Tool", layout="wide")
|
137 |
|
138 |
# Title and description
|
139 |
+
st.title("Z-Agentπ AI News Analysis Tool")
|
140 |
st.write("""
|
141 |
+
This tool combines the power of Ai Agent. Get comprehensive insights and multiple
|
|
|
142 |
perspectives on any news topic.
|
143 |
""")
|
144 |
|