Starting base
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ end_date = st.sidebar.date_input('End Date')
|
|
| 20 |
|
| 21 |
|
| 22 |
# --- MAIN PAGE
|
| 23 |
-
st.header('
|
| 24 |
|
| 25 |
col1, col2, = st.columns([1,9])
|
| 26 |
with col1:
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
# --- MAIN PAGE
|
| 23 |
+
st.header('Cryptocurrency Prediction')
|
| 24 |
|
| 25 |
col1, col2, = st.columns([1,9])
|
| 26 |
with col1:
|