kevinhug commited on
Commit
87e5105
·
1 Parent(s): 8b3f79b
Files changed (1) hide show
  1. app.py +2 -2
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, [email protected], 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="Identify Industry Trend, (top right is grow trending)"
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, [email protected], 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")