aiqtech commited on
Commit
a94c980
1 Parent(s): f7e13f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -65,8 +65,10 @@ with gr.Blocks(css=css) as app:
65
  </style>
66
  <h2>AIQ StockAI: 글로벌 자산(주식, 지수, BTC, 상품 등) 미래 주가 예측 AI 서비스</h2>
67
  <h2>전세계 모든 티커 보기(야후 파이낸스): <a href="https://finance.yahoo.com/most-active" target="_blank">여기를 클릭</a></h2>
 
68
  """)
69
-
 
70
  with gr.Row():
71
  ticker_input = gr.Textbox(value="NVDA", label="Enter Stock Ticker for Forecast")
72
  periods_input = gr.Number(value=1825, label="Forecast Period (days)")
 
65
  </style>
66
  <h2>AIQ StockAI: 글로벌 자산(주식, 지수, BTC, 상품 등) 미래 주가 예측 AI 서비스</h2>
67
  <h2>전세계 모든 티커 보기(야후 파이낸스): <a href="https://finance.yahoo.com/most-active" target="_blank">여기를 클릭</a></h2>
68
+ <h2>AI 자산 포트폴리오 자동 분석: <a href="https://aiqmaster-assetai.hf.space" target="_blank">여기를 클릭</a></h2>
69
  """)
70
+
71
+
72
  with gr.Row():
73
  ticker_input = gr.Textbox(value="NVDA", label="Enter Stock Ticker for Forecast")
74
  periods_input = gr.Number(value=1825, label="Forecast Period (days)")