Spaces:
Build error
Build error
push
Browse files- app.py +1 -1
- images.jpg +0 -0
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import seaborn as sns
|
| 2 |
import streamlit as st
|
| 3 |
from src import stock_data, model_train, train_test_split, model_predict
|
| 4 |
-
|
| 5 |
# Function to display result, history, and data information
|
| 6 |
def display_results(user_input,result, data_inf, train):
|
| 7 |
st.header(f'Here is the data for {user_input} the past 10 days.')
|
|
|
|
| 1 |
import seaborn as sns
|
| 2 |
import streamlit as st
|
| 3 |
from src import stock_data, model_train, train_test_split, model_predict
|
| 4 |
+
st.image('images.jpg', caption='Image credit : Kelly Sikkema')
|
| 5 |
# Function to display result, history, and data information
|
| 6 |
def display_results(user_input,result, data_inf, train):
|
| 7 |
st.header(f'Here is the data for {user_input} the past 10 days.')
|
images.jpg
ADDED
|