Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
import matplotlib.pyplot as plt
|
2 |
-
import numpy as np
|
3 |
-
|
4 |
import gradio as gr
|
5 |
|
6 |
def plot_forecast(final_year, companies, noise, show_legend, point_style):
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def plot_forecast(final_year, companies, noise, show_legend, point_style):
|