Added message in line 12

This commit is contained in:
Kysom_Stan 2025-07-04 05:39:32 +01:00
parent a438acdbbd
commit 1cdb4c1f19
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ ANALYST_ORDER = [
("News Analyst", AnalystType.NEWS),
("Fundamentals Analyst", AnalystType.FUNDAMENTALS),
]
#<h1>This is the IBM test</h1>
def get_ticker() -> str:
"""Prompt the user to enter a ticker symbol."""
ticker = questionary.text(
"Enter the ticker symbol to analyze:",
"Enter the ticker symbol to analyze:"
validate=lambda x: len(x.strip()) > 0 or "Please enter a valid ticker symbol.",
style=questionary.Style(
[