TroglodyteDerivations commited on
Commit
feaffce
1 Parent(s): 886e457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -135,6 +135,7 @@ def create_visualizations(y_val_original, y_pred):
135
  # Streamlit App
136
  def main():
137
  st.title("ETTm2 Dataset Analysis and Prediction")
 
138
 
139
  # Load and preprocess the dataset
140
  X_scaled, y_scaled, scaler_y = load_and_preprocess_data()
 
135
  # Streamlit App
136
  def main():
137
  st.title("ETTm2 Dataset Analysis and Prediction")
138
+ st.image('csb_goldfish_ETTm2.png', caption='Pepperidge Farm Chilean Sea Bass')
139
 
140
  # Load and preprocess the dataset
141
  X_scaled, y_scaled, scaler_y = load_and_preprocess_data()