siyah1 commited on
Commit
70283ab
Β·
verified Β·
1 Parent(s): aab72d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 Groq's LLama 3.1 8B Instant model with DuckDuckGo
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