Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -342,7 +342,6 @@ def get_prompt_by_row_new(stock, row):
|
|
342 |
|
343 |
return head, filtered_news, basics
|
344 |
|
345 |
-
@spaces.GPU()
|
346 |
def get_all_prompts_online(symbol, with_basics=True, max_news_perweek = 5, weeks_before = 2):
|
347 |
|
348 |
end_date = get_curday()
|
|
|
342 |
|
343 |
return head, filtered_news, basics
|
344 |
|
|
|
345 |
def get_all_prompts_online(symbol, with_basics=True, max_news_perweek = 5, weeks_before = 2):
|
346 |
|
347 |
end_date = get_curday()
|