Spaces:
Paused
Paused
Update my_functions.py
Browse files- my_functions.py +2 -2
my_functions.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
import yfinance as yf
|
| 2 |
|
| 3 |
-
# 예시
|
| 4 |
product_catalog = {
|
| 5 |
"807ZPKBL9V": "SuperWidget",
|
| 6 |
"1234567890": "MegaGadget"
|
|
|
|
| 1 |
+
ㅍimport yfinance as yf
|
| 2 |
|
| 3 |
+
# 예시 제품 카탈로그
|
| 4 |
product_catalog = {
|
| 5 |
"807ZPKBL9V": "SuperWidget",
|
| 6 |
"1234567890": "MegaGadget"
|