Spaces:
Build error
Build error
David Li commited on
Commit ·
cd5a04d
1
Parent(s): 1326a53
fix: update content
Browse files
.env
ADDED
|
File without changes
|
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
|
|
|
| 3 |
|
| 4 |
stream = os.popen('cd ~ && pwd')
|
| 5 |
root_dir = stream.read()
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
+
from openbb_terminal import keys
|
| 4 |
|
| 5 |
stream = os.popen('cd ~ && pwd')
|
| 6 |
root_dir = stream.read()
|