Spaces:
Sleeping
Sleeping
Commit
·
08e3d26
1
Parent(s):
910923a
Update app.py
Browse files
app.py
CHANGED
@@ -2,12 +2,9 @@ import matplotlib
|
|
2 |
matplotlib.use('Agg')
|
3 |
import matplotlib.pyplot as plt
|
4 |
import numpy as np
|
5 |
-
import streamlit as st
|
6 |
|
7 |
import gradio as gr
|
8 |
|
9 |
-
st.set_page_config(page_title='Stocks Screener', layout = 'wide')
|
10 |
-
|
11 |
|
12 |
def plot_forecast(final_year, companies, noise, show_legend, point_style):
|
13 |
start_year = 2020
|
|
|
2 |
matplotlib.use('Agg')
|
3 |
import matplotlib.pyplot as plt
|
4 |
import numpy as np
|
|
|
5 |
|
6 |
import gradio as gr
|
7 |
|
|
|
|
|
8 |
|
9 |
def plot_forecast(final_year, companies, noise, show_legend, point_style):
|
10 |
start_year = 2020
|