sharsh02 commited on
Commit
35f5e97
1 Parent(s): c7a7eb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -192,7 +192,6 @@ PLACEHOLDER =f"""<div class="message-bubble-border" style="display: flex; max-wi
192
  </div>
193
  """
194
 
195
- @time_logger
196
  def get_the_ticker(stock_name):
197
  if stock_name == []:
198
  final_matches=[]
@@ -356,7 +355,7 @@ async def scrape_webpage(url):
356
 
357
  return swot_dict
358
 
359
-
360
  async def raw_news(raw_query, subqueries, todays_news_func_call, ticker):
361
  ticker_stats_str = ''
362
  tasks = [get_the_ticker_stat(ticker),
 
192
  </div>
193
  """
194
 
 
195
  def get_the_ticker(stock_name):
196
  if stock_name == []:
197
  final_matches=[]
 
355
 
356
  return swot_dict
357
 
358
+ @time_logger
359
  async def raw_news(raw_query, subqueries, todays_news_func_call, ticker):
360
  ticker_stats_str = ''
361
  tasks = [get_the_ticker_stat(ticker),