rachman commited on
Commit
880ddca
·
1 Parent(s): 6f02980
Files changed (2) hide show
  1. app.py +1 -1
  2. 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