Upload app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,11 @@ import matplotlib.pyplot as plt
|
|
| 4 |
import datetime
|
| 5 |
import gradio as gr
|
| 6 |
|
|
|
|
|
|
|
| 7 |
|
| 8 |
def plot_e_pricing(EIC_code,start_date,end_date,tomorrow_rate):
|
| 9 |
#
|
| 10 |
-
list_of_EIC_codes = ["10Y1001A1001A46L","10YDK-1--------W","10YES-REE------0","10YFR-RTE------C"]
|
| 11 |
#
|
| 12 |
if tomorrow_rate == True:
|
| 13 |
now = datetime.datetime.utcnow()
|
|
|
|
| 4 |
import datetime
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
+
list_of_EIC_codes = ["10Y1001A1001A46L","10YDK-1--------W","10YES-REE------0","10YFR-RTE------C"]
|
| 8 |
+
|
| 9 |
|
| 10 |
def plot_e_pricing(EIC_code,start_date,end_date,tomorrow_rate):
|
| 11 |
#
|
|
|
|
| 12 |
#
|
| 13 |
if tomorrow_rate == True:
|
| 14 |
now = datetime.datetime.utcnow()
|