Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,9 +202,9 @@ chat_interface = gr.Interface(
|
|
202 |
inputs=["text", "state"], # Inputs: user message and chat history
|
203 |
outputs=["chatbot", "state"], # Outputs: chatbot messages and updated history
|
204 |
live=False, # Disable live responses; show after submit
|
205 |
-
title="
|
206 |
description=(
|
207 |
-
"Welcome to the **
|
208 |
"This AI-powered tool provides actionable insights into market trends, company profiles, financial analysis, investors, and much more. "
|
209 |
"With a focus on simplicity, professionalism, and data-backed decision-making, it's designed to help you navigate complex market dynamics effortlessly. \n\n"
|
210 |
"**Key Features:**\n"
|
|
|
202 |
inputs=["text", "state"], # Inputs: user message and chat history
|
203 |
outputs=["chatbot", "state"], # Outputs: chatbot messages and updated history
|
204 |
live=False, # Disable live responses; show after submit
|
205 |
+
title="MarketLens AI Analyst", # Title of the app
|
206 |
description=(
|
207 |
+
"Welcome to the **MarketLens AI Analyst** by **Arpit Singh** 📊\n\n"
|
208 |
"This AI-powered tool provides actionable insights into market trends, company profiles, financial analysis, investors, and much more. "
|
209 |
"With a focus on simplicity, professionalism, and data-backed decision-making, it's designed to help you navigate complex market dynamics effortlessly. \n\n"
|
210 |
"**Key Features:**\n"
|