Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,6 +136,7 @@ def display_results(stock_symbol):
|
|
| 136 |
pacific_timezone = pytz.timezone('America/Los_Angeles')
|
| 137 |
today = datetime.now(pacific_timezone).strftime('%d/%m/%Y')
|
| 138 |
|
|
|
|
| 139 |
title = f"📊 Phân tích xu hướng cổ phiếu ({today})"
|
| 140 |
|
| 141 |
table_columns = ["STT", "Trend", "Ticker", "Current Price", "Signal", "RSI", "MACD", "Williams %R", "PCR", "IV Skew"]
|
|
|
|
| 136 |
pacific_timezone = pytz.timezone('America/Los_Angeles')
|
| 137 |
today = datetime.now(pacific_timezone).strftime('%d/%m/%Y')
|
| 138 |
|
| 139 |
+
|
| 140 |
title = f"📊 Phân tích xu hướng cổ phiếu ({today})"
|
| 141 |
|
| 142 |
table_columns = ["STT", "Trend", "Ticker", "Current Price", "Signal", "RSI", "MACD", "Williams %R", "PCR", "IV Skew"]
|