pschofield2 commited on
Commit
1f23e4b
·
verified ·
1 Parent(s): 45cb550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def get_proprietary_indicators(ticker: str) -> str:
44
  )
45
  query = f"""
46
  SELECT prompt
47
- FROM researchdata.TS_INDICATORS_FOR_GPT_PROMPT_SVIEW
48
  WHERE SYMBOL = '{ticker}'
49
  """
50
  cursor = connection.cursor()
 
44
  )
45
  query = f"""
46
  SELECT prompt
47
+ FROM researchdata.TS_INDICATORS_FOR_GPT_PROMPT
48
  WHERE SYMBOL = '{ticker}'
49
  """
50
  cursor = connection.cursor()