Spaces:
Sleeping
Sleeping
Commit
·
a5038fa
1
Parent(s):
489aeed
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ if not GOOGLE_AI_STUDIO:
|
|
48 |
raise ValueError("API key not found. Please set the GOOGLE_AI_STUDIO2 environment variable.")
|
49 |
|
50 |
|
51 |
-
STEP1_TITLE = """<h1 align="center">
|
52 |
STEP2_TITLE = """<h1 align="center">Create a Financial OutLook Report of Your Portfolio</h1>"""
|
53 |
STEP3_TITLE = """<h1 align="center">Optimize Your Portfolio to Maximize Return</h1>"""
|
54 |
|
@@ -500,7 +500,7 @@ def output_results(start_date, end_date, tickers_string):
|
|
500 |
|
501 |
with gr.Blocks() as demo:
|
502 |
|
503 |
-
with gr.Tab("Step 1:
|
504 |
gr.HTML(STEP1_TITLE)
|
505 |
|
506 |
|
|
|
48 |
raise ValueError("API key not found. Please set the GOOGLE_AI_STUDIO2 environment variable.")
|
49 |
|
50 |
|
51 |
+
STEP1_TITLE = """<h1 align="center">Portfolio Generator: Concervative, Growth, Balanced, Agressive</h1>"""
|
52 |
STEP2_TITLE = """<h1 align="center">Create a Financial OutLook Report of Your Portfolio</h1>"""
|
53 |
STEP3_TITLE = """<h1 align="center">Optimize Your Portfolio to Maximize Return</h1>"""
|
54 |
|
|
|
500 |
|
501 |
with gr.Blocks() as demo:
|
502 |
|
503 |
+
with gr.Tab("Step 1: Portfolio Generator"):
|
504 |
gr.HTML(STEP1_TITLE)
|
505 |
|
506 |
|