JamesBentley commited on
Commit
3128632
1 Parent(s): fe4c51c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -280,7 +280,12 @@ def main():
280
  - [Watch here](https://www.youtube.com/watch?v=jyrOmIiI2Bc&t=103s)
281
 
282
  Disclaimer: This is purely for educational purposes.
 
 
 
 
283
 
 
284
  **Upload Your CSV File From Your Computer:**
285
  It should contain two columns, the first column should contain your dates, and the second should contain the metric you would like to predict, as pictured below.
286
 
 
280
  - [Watch here](https://www.youtube.com/watch?v=jyrOmIiI2Bc&t=103s)
281
 
282
  Disclaimer: This is purely for educational purposes.
283
+ """)
284
+
285
+ # Display the image after the disclaimer
286
+ st.image("https://huggingface.co/spaces/JamesBentley/Amazon_Chronos_Forecasting_App/resolve/main/chronos.gif", caption="Visualization of Chronos Forecasting")
287
 
288
+ st.write("""
289
  **Upload Your CSV File From Your Computer:**
290
  It should contain two columns, the first column should contain your dates, and the second should contain the metric you would like to predict, as pictured below.
291