sdikici commited on
Commit
015fb35
1 Parent(s): 0374998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -14,10 +14,10 @@ Original file is located at
14
  #!kaggle datasets download -d sercandikici/merged-dataset-electricty-weather-for-modelling
15
  #! unzip merged-dataset-electricty-weather-for-modelling.zip
16
 
17
- pip install gradio
18
 
19
- from google.colab import files
20
- uploaded = files.upload()
21
 
22
  #df = pd.read_csv("merged_data.csv")
23
  #df.drop('is_holiday', axis=1, inplace=True)
@@ -25,11 +25,11 @@ uploaded = files.upload()
25
  #from google.colab import files
26
  #files.download('merged_data_huggingface.csv')
27
 
28
- from prophet import Prophet
29
- import numpy as np
30
- import pandas as pd
31
- import matplotlib.pyplot as plt
32
- import gradio as gr
33
 
34
  def forecast_plot(forecast_days,test_days, days):
35
 
 
14
  #!kaggle datasets download -d sercandikici/merged-dataset-electricty-weather-for-modelling
15
  #! unzip merged-dataset-electricty-weather-for-modelling.zip
16
 
17
+ #pip install gradio
18
 
19
+ #from google.colab import files
20
+ #uploaded = files.upload()
21
 
22
  #df = pd.read_csv("merged_data.csv")
23
  #df.drop('is_holiday', axis=1, inplace=True)
 
25
  #from google.colab import files
26
  #files.download('merged_data_huggingface.csv')
27
 
28
+ #from prophet import Prophet
29
+ #import numpy as np
30
+ #import pandas as pd
31
+ #import matplotlib.pyplot as plt
32
+ #import gradio as gr
33
 
34
  def forecast_plot(forecast_days,test_days, days):
35