David Li commited on
Commit
cd5a04d
·
1 Parent(s): 1326a53

fix: update content

Browse files
Files changed (2) hide show
  1. .env +0 -0
  2. app.py +1 -0
.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()