Spaces:
Sleeping
Sleeping
Chris Alexiuk
commited on
Commit
·
3b7d970
1
Parent(s):
e1f7d55
Update earnings_app.py
Browse files- earnings_app.py +2 -0
earnings_app.py
CHANGED
|
@@ -40,6 +40,8 @@ run = wandb.init()
|
|
| 40 |
artifact = run.use_artifact('chrisalexiuk/llamaindex-demo-v1/wiki-index:v0', type='storage_context')
|
| 41 |
artifact_dir = artifact.download()
|
| 42 |
|
|
|
|
|
|
|
| 43 |
from dotenv import load_dotenv
|
| 44 |
load_dotenv()
|
| 45 |
|
|
|
|
| 40 |
artifact = run.use_artifact('chrisalexiuk/llamaindex-demo-v1/wiki-index:v0', type='storage_context')
|
| 41 |
artifact_dir = artifact.download()
|
| 42 |
|
| 43 |
+
print(os.listdir())
|
| 44 |
+
|
| 45 |
from dotenv import load_dotenv
|
| 46 |
load_dotenv()
|
| 47 |
|