Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
import streamlit_analytics
|
3 |
# Tickers to choose from
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
os.system('pip install streamlit_analytics')
|
4 |
+
|
5 |
import streamlit as st
|
6 |
import streamlit_analytics
|
7 |
# Tickers to choose from
|