Abid Ali Awan
commited on
Commit
·
5f5172a
1
Parent(s):
27965d3
Update README and app.py: removed expense tracking references from the financial advisory agent description and example prompts for clarity and focus on budgeting and investment recommendations.
Browse files
README.md
CHANGED
@@ -119,7 +119,6 @@ python app.py
|
|
119 |
"Comprehensive market analysis for tech sector"
|
120 |
"Thorough budget breakdown with recommendations"
|
121 |
"In-depth portfolio diversification analysis"
|
122 |
-
"Complete expense tracking report with insights"
|
123 |
```
|
124 |
|
125 |
### Multi-Tool Queries
|
@@ -134,7 +133,7 @@ python app.py
|
|
134 |
```
|
135 |
"I have $50K to invest. Analyze current market trends, suggest a diversified portfolio, and create a budget for monthly investments of $2000"
|
136 |
"Detailed analysis: Review AAPL, MSFT, and GOOGL stocks, then help me rebalance my portfolio"
|
137 |
-
"Comprehensive financial review: Budget analysis for $8000 monthly income,
|
138 |
```
|
139 |
|
140 |
## 🎯 Response Types
|
|
|
119 |
"Comprehensive market analysis for tech sector"
|
120 |
"Thorough budget breakdown with recommendations"
|
121 |
"In-depth portfolio diversification analysis"
|
|
|
122 |
```
|
123 |
|
124 |
### Multi-Tool Queries
|
|
|
133 |
```
|
134 |
"I have $50K to invest. Analyze current market trends, suggest a diversified portfolio, and create a budget for monthly investments of $2000"
|
135 |
"Detailed analysis: Review AAPL, MSFT, and GOOGL stocks, then help me rebalance my portfolio"
|
136 |
+
"Comprehensive financial review: Budget analysis for $8000 monthly income, and investment recommendations"
|
137 |
```
|
138 |
|
139 |
## 🎯 Response Types
|
app.py
CHANGED
@@ -677,7 +677,7 @@ def process_financial_query(message, history):
|
|
677 |
with gr.Blocks(theme=gr.themes.Base(), title="Financial Advisory Agent") as demo:
|
678 |
gr.HTML("""<center><img src="/gradio_api/file=public/images/fin_logo.png" alt="Fin Logo" style="width: 50px; vertical-align: middle;">
|
679 |
<h1 style="text-align: center;">AI Financial Advisory Agent</h1>
|
680 |
-
Your AI-powered financial advisor for budgeting, investments,
|
681 |
</center>
|
682 |
""")
|
683 |
|
|
|
677 |
with gr.Blocks(theme=gr.themes.Base(), title="Financial Advisory Agent") as demo:
|
678 |
gr.HTML("""<center><img src="/gradio_api/file=public/images/fin_logo.png" alt="Fin Logo" style="width: 50px; vertical-align: middle;">
|
679 |
<h1 style="text-align: center;">AI Financial Advisory Agent</h1>
|
680 |
+
Your AI-powered financial advisor for budgeting, investments, portfolio analysis, and market trends.
|
681 |
</center>
|
682 |
""")
|
683 |
|