Spaces:
Build error
Build error
David Li
commited on
Commit
•
4e8e222
1
Parent(s):
b8ad215
fix: try again
Browse files
app.py
CHANGED
@@ -1,19 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import os
|
3 |
-
# import dotenv
|
4 |
-
# from openbb_terminal.core.config.paths import SETTINGS_ENV_FILE
|
5 |
|
6 |
-
# stream = os.popen('cd ~ && pwd')
|
7 |
-
# root_dir = stream.read()
|
8 |
-
# check for .openbb_terminal/env in root_dir
|
9 |
-
# if os.path.exists(os.path.join(root_dir.strip(), ".openbb_terminal", ".env")) == False:
|
10 |
-
# print("Did not find .openbb_terminal/.env")
|
11 |
-
# # create it
|
12 |
-
# os.mkdir(os.path.join(root_dir.strip(), ".openbb_terminal"))
|
13 |
-
# # make .env file
|
14 |
-
# env_file = open(os.path.join(root_dir.strip(), ".openbb_terminal", ".env"), "w")
|
15 |
-
# dotenv.set_key(SETTINGS_ENV_FILE, "PLOT_ENABLE_PYWRY", "0")
|
16 |
-
# dotenv.set_key(SETTINGS_ENV_FILE,"OPENBB_PLOT_ENABLE_PYWRY", 0)
|
17 |
|
18 |
st.write("""
|
19 |
# Technical Analysis Web Application
|
|
|
1 |
import streamlit as st
|
2 |
import os
|
|
|
|
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
st.write("""
|
6 |
# Technical Analysis Web Application
|