arpit13 commited on
Commit
c64e1f5
·
verified ·
1 Parent(s): 0c0f3f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Private Market AI Analyst", # Title of the app
206
  description=(
207
- "Welcome to the **Private Market Analyst AI** 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"
 
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"