analytics
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
|
|
| 115 |
|
| 116 |
1) Semantic Similarity Document Search (SSDS)
|
| 117 |
2) Fine Tune LLM
|
| 118 |
-
3) Using Time Series Data to Identify Growth
|
| 119 |
|
| 120 |
#### Data Scientist: Kevin Wong, objectdeveloper@gmail.com, 416-903-7937
|
| 121 |
|
|
@@ -234,7 +234,7 @@ Use Case:
|
|
| 234 |
with gr.Tab("Trading Analyics"):
|
| 235 |
in_ts = gr.Textbox(placeholder="XLE XLV XLY XLK XLF XLP XLI XLRE XLU",
|
| 236 |
label="Ticker",
|
| 237 |
-
info="
|
| 238 |
)
|
| 239 |
plot = gr.Plot()
|
| 240 |
#plot = gr.Plot(label="Identify Trend/Decline Industry")
|
|
|
|
| 115 |
|
| 116 |
1) Semantic Similarity Document Search (SSDS)
|
| 117 |
2) Fine Tune LLM
|
| 118 |
+
3) Trading Analytic: Using Time Series Data to Identify Growth
|
| 119 |
|
| 120 |
#### Data Scientist: Kevin Wong, objectdeveloper@gmail.com, 416-903-7937
|
| 121 |
|
|
|
|
| 234 |
with gr.Tab("Trading Analyics"):
|
| 235 |
in_ts = gr.Textbox(placeholder="XLE XLV XLY XLK XLF XLP XLI XLRE XLU",
|
| 236 |
label="Ticker",
|
| 237 |
+
info="Technical Difficult: Currently it only works with these tickers due to data pulling constraints"
|
| 238 |
)
|
| 239 |
plot = gr.Plot()
|
| 240 |
#plot = gr.Plot(label="Identify Trend/Decline Industry")
|